diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2007-02-12 22:29:25 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2007-02-12 22:29:25 +0000 |
commit | 701717615da548a0bf60529590895fb1cfe095c3 (patch) | |
tree | 101e5d09419eb4c5a832b851137810f2999fb59e /portuguese/aspell-pt_BR/Makefile | |
parent | 51002ea402a35d16065ce53ecc5119cd44758341 (diff) | |
download | ports-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/Makefile | 18 |
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> |