aboutsummaryrefslogtreecommitdiff
path: root/portuguese/aspell-pt_BR/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2007-02-12 22:29:25 +0000
committerThierry Thomas <thierry@FreeBSD.org>2007-02-12 22:29:25 +0000
commit701717615da548a0bf60529590895fb1cfe095c3 (patch)
tree101e5d09419eb4c5a832b851137810f2999fb59e /portuguese/aspell-pt_BR/Makefile
parent51002ea402a35d16065ce53ecc5119cd44758341 (diff)
downloadports-701717615da548a0bf60529590895fb1cfe095c3.tar.gz
ports-701717615da548a0bf60529590895fb1cfe095c3.zip
Add Aspell Brazilian Portuguese dictionary.
Notes
Notes: svn path=/head/; revision=185048
Diffstat (limited to 'portuguese/aspell-pt_BR/Makefile')
-rw-r--r--portuguese/aspell-pt_BR/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/portuguese/aspell-pt_BR/Makefile b/portuguese/aspell-pt_BR/Makefile
new file mode 100644
index 000000000000..1fb29586feda
--- /dev/null
+++ b/portuguese/aspell-pt_BR/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: aspell-pt_BR
+# Date created: 12 February 2007
+# Whom: Thierry Thomas <thierry@pompo.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= aspell-pt_BR
+DISTVERSION= 6-pt_BR-20070206
+CATEGORIES= portuguese textproc
+
+MAINTAINER= thierry@FreeBSD.org
+COMMENT= Aspell Brazilian Portuguese dictionary
+
+DICT= pt_BR
+
+.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
+.include <bsd.port.post.mk>