diff options
Diffstat (limited to 'misc/php4-mcal/Makefile')
-rw-r--r-- | misc/php4-mcal/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/php4-mcal/Makefile b/misc/php4-mcal/Makefile new file mode 100644 index 000000000000..a208c841334a --- /dev/null +++ b/misc/php4-mcal/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-mcal +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= misc + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -mcal + +.include "${MASTERDIR}/Makefile" |