2013-09-10 11:39:11 +02:00
|
|
|
# Created by: Hyper NIKKI System Project <hnsmaster@h14m.org>
|
1999-12-27 02:24:37 +01:00
|
|
|
|
2000-04-11 16:15:53 +02:00
|
|
|
PORTNAME= hns
|
2006-11-24 22:26:28 +01:00
|
|
|
PORTVERSION= 2.19.9
|
2015-06-11 12:17:12 +02:00
|
|
|
PORTREVISION= 1
|
1999-12-27 02:24:37 +01:00
|
|
|
CATEGORIES= japanese www perl5
|
2020-07-24 08:28:59 +02:00
|
|
|
MASTER_SITES= OSDN/h14m
|
1999-12-27 02:24:37 +01:00
|
|
|
|
2014-05-10 19:48:13 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:35:09 +01:00
|
|
|
COMMENT= Hyper NIKKI System, a CGI system for Electric Diary Interchange
|
1999-12-27 02:24:37 +01:00
|
|
|
|
2015-06-11 12:17:12 +02:00
|
|
|
USES= perl5 shebangfix
|
|
|
|
SHEBANG_FILES= contrib/isystem-0.9.10/index.cgi.in \
|
|
|
|
public_html/diary/index.cgi.in
|
|
|
|
perl_OLD_CMD= %PERL_PATH%
|
1999-12-27 02:24:37 +01:00
|
|
|
NO_BUILD= yes
|
2015-06-11 12:17:12 +02:00
|
|
|
NO_ARCH= yes
|
1999-12-27 02:24:37 +01:00
|
|
|
|
2014-05-17 21:38:44 +02:00
|
|
|
PLIST_FILES= bin/hns-setup bin/todayhns
|
|
|
|
PORTDATA= *
|
1999-12-27 02:24:37 +01:00
|
|
|
|
2014-05-17 21:38:44 +02:00
|
|
|
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
|
1999-12-27 02:24:37 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|