60d1a83c2a
- Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
26 lines
636 B
Makefile
26 lines
636 B
Makefile
# Created by: Hyper NIKKI System Project <hnsmaster@h14m.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hns
|
|
PORTVERSION= 2.19.9
|
|
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
|
|
NO_BUILD= 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>
|