Add phpnuke 4.2, a news automated system specially designed to be
used in intranets.
This commit is contained in:
parent
88f0906fc9
commit
b6edaa17d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41233
@ -204,6 +204,7 @@
|
||||
SUBDIR += p5-libwww
|
||||
SUBDIR += peacock
|
||||
SUBDIR += pgdriver
|
||||
SUBDIR += phpnuke
|
||||
SUBDIR += plugger
|
||||
SUBDIR += pruby
|
||||
SUBDIR += publicfile
|
||||
|
30
www/phpnuke/Makefile
Normal file
30
www/phpnuke/Makefile
Normal file
@ -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>
|
1
www/phpnuke/distinfo
Normal file
1
www/phpnuke/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (PHP-Nuke-4.2.tar.gz) = e5621ad5e0edd4846b13bcad56577ea0
|
1
www/phpnuke/pkg-comment
Normal file
1
www/phpnuke/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A news automated system specially designed to be used in intranets
|
3
www/phpnuke/pkg-descr
Normal file
3
www/phpnuke/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A news automated system specially designed to be used in Intranets.
|
||||
|
||||
WWW: http://phpnuke.org/
|
1129
www/phpnuke/pkg-plist
Normal file
1129
www/phpnuke/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user