diff options
Diffstat (limited to 'graphics/php4-imlib2/Makefile')
-rw-r--r-- | graphics/php4-imlib2/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/php4-imlib2/Makefile b/graphics/php4-imlib2/Makefile new file mode 100644 index 000000000000..a6ab2d09cb72 --- /dev/null +++ b/graphics/php4-imlib2/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-imlib2 +# Date created: 18 September 2006 +# Whom: Yen-Ming Lee <leeym@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= graphics + +MASTERDIR= ${.CURDIR}/../../graphics/php5-imlib2 + +DEFAULT_PHP_VER=4 + +.include "${MASTERDIR}/Makefile" |