diff options
Diffstat (limited to 'hungarian/php_doc/Makefile')
-rw-r--r-- | hungarian/php_doc/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/hungarian/php_doc/Makefile b/hungarian/php_doc/Makefile new file mode 100644 index 00000000000..67ee697daae --- /dev/null +++ b/hungarian/php_doc/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: ja-php_doc +# Date created: Sat May 21 16:14:08 EST 2005 +# Whom: Edwin Groothuis <edwin@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= hungarian lang +PKGNAMEPREFIX= +PHP_LANG= hu +MASTERDIR= ${.CURDIR}/../../lang/php_doc + +.include "${MASTERDIR}/Makefile" |