diff options
Diffstat (limited to 'misc/freebsd-doc-hu/Makefile')
-rw-r--r-- | misc/freebsd-doc-hu/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/freebsd-doc-hu/Makefile b/misc/freebsd-doc-hu/Makefile new file mode 100644 index 000000000000..917f71fed2c1 --- /dev/null +++ b/misc/freebsd-doc-hu/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: freebsd-doc-hu +# Date created: 13 August 2008 +# Whom: Marc Fonvieille <blackend@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= misc docs +PKGNAMEPREFIX= hu- + +MAINTAINER= doceng@FreeBSD.org +COMMENT= Hungarian translation of the FreeBSD Documentation Project + +MASTERDIR= ${.CURDIR}/../freebsd-doc-en +PLIST= ${.CURDIR}/pkg-plist + +DOCLANG= hu_HU.ISO8859-2 + +.include "${MASTERDIR}/Makefile" |