diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/php52-ming/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 6c84711881f2..9b2c06d1f859 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -690,6 +690,7 @@ SUBDIR += php5-gd SUBDIR += php52-exif SUBDIR += php52-gd + SUBDIR += php52-ming SUBDIR += phplot SUBDIR += phpsview SUBDIR += picpuz diff --git a/graphics/php52-ming/Makefile b/graphics/php52-ming/Makefile new file mode 100644 index 000000000000..fc53ef8b6c3d --- /dev/null +++ b/graphics/php52-ming/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-ming +# Date created: 17 Apr 2010 +# Whom: Alex Keda <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= graphics + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -ming + +.include "${MASTERDIR}/Makefile" |