summaryrefslogtreecommitdiff
path: root/www/phpnuke/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-04-10 20:56:15 +0000
committerWill Andrews <will@FreeBSD.org>2001-04-10 20:56:15 +0000
commitb6edaa17d415fb43232f3d3b9aca633de737ce42 (patch)
tree98a38f8c96b85d024e8e7ebaf916a0797633fa9b /www/phpnuke/Makefile
parentI needed to add this, too. (diff)
Add phpnuke 4.2, a news automated system specially designed to be
used in intranets.
Notes
Notes: svn path=/head/; revision=41233
Diffstat (limited to 'www/phpnuke/Makefile')
-rw-r--r--www/phpnuke/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/www/phpnuke/Makefile b/www/phpnuke/Makefile
new file mode 100644
index 000000000000..33e33841e89d
--- /dev/null
+++ b/www/phpnuke/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: phpnuke
+# Date created: 10 April 2001
+# Whom: will
+#
+# $FreeBSD$
+#
+
+PORTNAME= phpnuke
+PORTVERSION= 4.2
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= phpnuke
+DISTNAME= PHP-Nuke-${PORTVERSION}
+
+MAINTAINER= ports@FreeBSD.org
+
+NO_BUILD= yes
+NO_WRKSUBDIR= yes
+DOCS= BUGS CHANGES README TODO
+
+do-install:
+ ${MKDIR} ${PREFIX}/www/phpnuke/html
+ ${CP} -Rp ${WRKDIR}/html ${WRKDIR}/sql ${PREFIX}/www/phpnuke
+.if !defined(NOPORTDOCS)
+.for FILE in ${DOCS}
+ ${INSTALL_DATA} ${WRKDIR}/${FILE} ${PREFIX}/www/phpnuke
+.endfor
+.endif
+
+.include <bsd.port.mk>