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