aboutsummaryrefslogtreecommitdiff
path: root/portuguese/ispell-pt_BR/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-04-13 15:28:00 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-04-13 15:28:00 +0000
commite3ccc933683838d07ebb6e824d83bdd57eeb1f67 (patch)
treeace12a7a22a489d21de7e594e0bc6f22a2264153 /portuguese/ispell-pt_BR/Makefile
parent7f9d10f16d4f9ee9076955f18e5b9e80ea9af3d4 (diff)
downloadports-e3ccc933683838d07ebb6e824d83bdd57eeb1f67.tar.gz
ports-e3ccc933683838d07ebb6e824d83bdd57eeb1f67.zip
Ispell dictionary for brazilian portuguese
PR: ports/9925 Submitted by: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
Notes
Notes: svn path=/head/; revision=17842
Diffstat (limited to 'portuguese/ispell-pt_BR/Makefile')
-rw-r--r--portuguese/ispell-pt_BR/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/portuguese/ispell-pt_BR/Makefile b/portuguese/ispell-pt_BR/Makefile
new file mode 100644
index 000000000000..c6b035efc1bc
--- /dev/null
+++ b/portuguese/ispell-pt_BR/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: br-ispell
+# URL: http://www.ime.usp.br/~ueda/br.ispell/
+# Version required: 2.2
+# Date created: 5 February 1999
+# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
+#
+# $Id: $
+#
+
+DISTNAME= br.ispell-2.2
+PKGNAME= br-ispell-2.2
+CATEGORIES= textproc
+MASTER_SITES= ftp://ftp.ime.usp.br/pub/ueda/br.ispell/
+
+MAINTAINER= jonny@jonny.eng.br
+
+BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell
+
+NO_WRKSUBDIR= YES
+
+pre-build:
+ @cp ${FILESDIR}/Makefile ${WRKDIR}
+
+.include <bsd.port.mk>