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