diff options
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/php4-imap/Makefile | 14 | ||||
-rw-r--r-- | math/Makefile | 1 |
3 files changed, 16 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index eb770f97c37f..e1a363cfd01e 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -292,6 +292,7 @@ SUBDIR += pgen SUBDIR += pgp4pine SUBDIR += pgpsendmail + SUBDIR += php4-imap SUBDIR += pine-pgp-filters SUBDIR += pine4 SUBDIR += pm-lib diff --git a/mail/php4-imap/Makefile b/mail/php4-imap/Makefile new file mode 100644 index 000000000000..7bda6f50f705 --- /dev/null +++ b/mail/php4-imap/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-imap +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= mail + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -imap + +.include "${MASTERDIR}/Makefile" diff --git a/math/Makefile b/math/Makefile index a60e7380de77..c48234a306e0 100644 --- a/math/Makefile +++ b/math/Makefile @@ -160,6 +160,7 @@ SUBDIR += pari SUBDIR += pari-devel SUBDIR += parmetis + SUBDIR += php4-bcmath SUBDIR += physcalc SUBDIR += ploticus SUBDIR += ploticus-nox11 |