1e6a30c3e4
Based upon work by: Alastair D'Silva <deece@familyhealth.com.au>
20 lines
397 B
Makefile
20 lines
397 B
Makefile
# New ports collection makefile for: php4
|
|
# Date created: 20 February, 2001
|
|
# Whom: Alastair D'Silva <deece@newmillennium.net.au>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= php4
|
|
CATEGORIES= lang
|
|
|
|
MASTERDIR= ${.CURDIR}/../../www/mod_php4
|
|
COMMENT= ${PKGDIR}/pkg-comment.standalone
|
|
PKGMESSAGE= mustnotexist
|
|
PLIST= ${PKGDIR}/pkg-plist.standalone
|
|
|
|
STANDALONE= yes
|
|
NOPORTDOCS= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|