xref: /mports/japanese/hns/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	hns
2PORTVERSION=	2.19.9
3PORTREVISION=	1
4CATEGORIES=	japanese www perl5
5MASTER_SITES=	OSDN/h14m
6
7MAINTAINER=	ports@MidnightBSD.org
8COMMENT=	Hyper NIKKI System, a CGI system for Electric Diary Interchange
9WWW=		http://www.h14m.org/
10
11LICENSE=	gpl2
12LICENSE_FILE=	${WRKSRC}/GPL.txt
13
14USES=		perl5 shebangfix
15SHEBANG_FILES=	contrib/isystem-0.9.10/index.cgi.in \
16		public_html/diary/index.cgi.in
17perl_OLD_CMD=	%PERL_PATH%
18NO_BUILD=	yes
19NO_ARCH=	yes
20
21PLIST_FILES=	bin/hns-setup bin/todayhns
22PORTDATA=	*
23
24do-install:
25	@${MKDIR} ${DATADIR}
26	${CP} -pR ${WRKSRC}/ ${DATADIR}
27	${INSTALL_SCRIPT} ${WRKDIR}/hns-setup ${PREFIX}/bin/hns-setup
28	${INSTALL_SCRIPT} ${WRKSRC}/contrib/todayhns/todayhns \
29		${PREFIX}/bin/todayhns
30
31.include <bsd.port.mk>
32

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026