aboutsummaryrefslogtreecommitdiff
path: root/japanese/hns/Makefile
blob: c07a1f6cb3e1c7e580e23026dd05e9f3f64a3089 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PORTNAME=	hns
PORTVERSION=	2.19.9
PORTREVISION=	1
CATEGORIES=	japanese www perl5
MASTER_SITES=	OSDN/h14m

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Hyper NIKKI System, a CGI system for Electric Diary Interchange
WWW=		http://www.h14m.org/

USES=		perl5 shebangfix
SHEBANG_FILES=	contrib/isystem-0.9.10/index.cgi.in \
		public_html/diary/index.cgi.in
perl_OLD_CMD=	%PERL_PATH%
NO_BUILD=	yes
NO_ARCH=	yes

PLIST_FILES=	bin/hns-setup bin/todayhns
PORTDATA=	*

do-install:
	@${MKDIR} ${STAGEDIR}${DATADIR}
	${CP} -pR ${WRKSRC}/ ${STAGEDIR}${DATADIR}
	${INSTALL_SCRIPT} ${WRKDIR}/hns-setup ${STAGEDIR}${PREFIX}/bin/hns-setup
	${INSTALL_SCRIPT} ${WRKSRC}/contrib/todayhns/todayhns \
		${STAGEDIR}${PREFIX}/bin/todayhns

.include <bsd.port.mk>