3b109f96bc
- Add NO_ARCH MFH: 2015Q2
31 lines
788 B
Makefile
31 lines
788 B
Makefile
# Created by: Hyper NIKKI System Project <hnsmaster@h14m.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hns
|
|
PORTVERSION= 2.19.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= japanese www perl5
|
|
MASTER_SITES= SFJP/h14m/22597
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Hyper NIKKI System, a CGI system for Electric Diary Interchange
|
|
|
|
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>
|