# New ports collection makefile for: npc.cgi # Date created: 3 December 1998 # Whom: Yasuhiro Fukuma # # $FreeBSD$ # PORTNAME= npc PORTVERSION= 0.83 CATEGORIES= www MASTER_SITES= http://www2.biglobe.ne.jp/%7Enir/soft/ MAINTAINER= yasuf@big.or.jp COMMENT= An animated web counter WRKSRC= ${WRKDIR}/${DISTNAME}/src MAKE_ARGS= INDEX_DIR="${INDEX_DIR}" INDEX_DIR= ${PREFIX}/etc/npc do-install: ${MKDIR} ${PREFIX}/www/cgi-bin cd ${WRKSRC}; \ ${INSTALL_PROGRAM} npc.cgi ${PREFIX}/www/cgi-bin ${MKDIR} ${PREFIX}/share/examples/npc cd ${WRKSRC}/../conf; \ ${INSTALL_DATA} sample1.idx sample2.idx ${PREFIX}/share/examples/npc ${MKDIR} ${INDEX_DIR} post-install: @${CAT} ${PKGMESSAGE} .include el='vcs-git' href='https://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Fix a condition in bsd.apache.mkclement2005-12-042-5/+3
* - prepare removal of www/apache2 in favor of www/apache20 for namingclement2005-12-041-1/+1
* - Assign maintainership to freshly created apache@ mailing listclement2004-08-191-1/+1
* - Convert to use Makefile.modules.3rdclement2004-08-082-12/+9
* SIZEify.trevor2004-01-301-0/+1
* add mod_macro 1.1.2ijliao2003-11-20