diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-09 06:43:49 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-09 06:43:49 +0000 |
commit | e6672c351441aa41c1cb572d6f2d9b86007b25f0 (patch) | |
tree | 46d303832aeb6dffb50ed6c602d05f7eaaa2b275 /graphics/php4-chartdirector/Makefile | |
parent | 76b95e3648e01b47545cb3087a01c61d7099d289 (diff) |
Notes
Diffstat (limited to 'graphics/php4-chartdirector/Makefile')
-rw-r--r-- | graphics/php4-chartdirector/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/php4-chartdirector/Makefile b/graphics/php4-chartdirector/Makefile new file mode 100644 index 000000000000..180d19ccad32 --- /dev/null +++ b/graphics/php4-chartdirector/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: php4-chartdirector +# Date created: 29 Jul 2007 +# Whom: <swhetzel@gmail.com> +# +# $FreeBSD$ +# + +CATEGORIES= graphics + +MASTERDIR= ${.CURDIR}/../../graphics/php5-chartdirector +MASTERDIR= ${.CURDIR}/../php5-chartdirector + +IGNORE_WITH_PHP=5 +DEFAULT_PHP_VER=4 + +.include "${MASTERDIR}/Makefile" |