blob: 5feaf5c70d1990d415bfb876bc279b680939938a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: br-ispell
# Date created: 5 February 1999
# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
#
# $FreeBSD$
#
PORTNAME= ispell
PORTVERSION= 2.4
CATEGORIES= portuguese textproc
MASTER_SITES= ftp://ftp.ime.usp.br/pub/ueda/br.ispell/
PKGNAMEPREFIX= pt_BR-
DISTNAME= br.ispell-2.4
MAINTAINER= jonny@jonny.eng.br
COMMENT= Ispell dictionary for brazilian portuguese
BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell
MAN1= conjugue.1
.include <bsd.port.mk>
|