d0fc635f72
- update all affected ports PR: 244164 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Differential Revision: https://reviews.freebsd.org/D24955
31 lines
782 B
Makefile
31 lines
782 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= OSDN/h14m
|
|
|
|
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>
|