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