diff options
Diffstat (limited to 'german/php_doc/Makefile')
-rw-r--r-- | german/php_doc/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/german/php_doc/Makefile b/german/php_doc/Makefile new file mode 100644 index 0000000..40c20ff --- /dev/null +++ b/german/php_doc/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: de-php_doc +# Date created: Sun Apr 29 15:33:03 CEST 2001 +# Whom: Dirk Froemberg <dirk@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= german lang +PHP_LANG= de +MASTERDIR= ${.CURDIR}/../../lang/php_doc + +.include "${MASTERDIR}/Makefile" |