diff options
author | taoka <taoka@FreeBSD.org> | 1999-04-13 23:28:00 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-04-13 23:28:00 +0800 |
commit | 82f30e3b30b7e80900b38a2d36c2aa09eaf6f528 (patch) | |
tree | e581712e608c7850986e2bafa13337c3325fd8a3 /textproc/br-ispell/Makefile | |
parent | f2857e3c3bf9447cd562c007d4364c04d6632992 (diff) | |
download | freebsd-ports-gnome-82f30e3b30b7e80900b38a2d36c2aa09eaf6f528.tar.gz freebsd-ports-gnome-82f30e3b30b7e80900b38a2d36c2aa09eaf6f528.tar.zst freebsd-ports-gnome-82f30e3b30b7e80900b38a2d36c2aa09eaf6f528.zip |
Ispell dictionary for brazilian portuguese
PR: ports/9925
Submitted by: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
Diffstat (limited to 'textproc/br-ispell/Makefile')
-rw-r--r-- | textproc/br-ispell/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/br-ispell/Makefile b/textproc/br-ispell/Makefile new file mode 100644 index 000000000000..c6b035efc1bc --- /dev/null +++ b/textproc/br-ispell/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> |