diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:15:49 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:15:49 +0000 |
commit | 54c567917282508fe797d078b0872a27f44d44d5 (patch) | |
tree | ff6d81fa87057698fed4e995ef0e80fc39f56616 /mail | |
parent | 708a7296c5a1f57173d5a0694c2a867ead6a5dd5 (diff) | |
download | ports-54c567917282508fe797d078b0872a27f44d44d5.tar.gz ports-54c567917282508fe797d078b0872a27f44d44d5.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/php4-imap/Makefile | 14 |
2 files changed, 15 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" |