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