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