diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/php4-posix/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index dacf2707f209..639593b65f15 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -290,6 +290,7 @@ SUBDIR += personality SUBDIR += pfstat SUBDIR += pftop + SUBDIR += php4-posix SUBDIR += pib SUBDIR += pipemeter SUBDIR += pkg_cutleaves diff --git a/sysutils/php4-posix/Makefile b/sysutils/php4-posix/Makefile new file mode 100644 index 000000000000..1db1da324e5c --- /dev/null +++ b/sysutils/php4-posix/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-posix +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= sysutils + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -posix + +.include "${MASTERDIR}/Makefile" |