blob: 4fe32fd10df6fb16aa9c9fa287781b7db570a3bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Thierry Thomas <thierry@pompo.net>
# $FreeBSD$
PORTNAME= aspell
SPELLVERSION= 6-pt_PT-20070510-0
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= portuguese textproc
PKGNAMEPREFIX?= pt_PT-
MAINTAINER= office@FreeBSD.org
COMMENT= Aspell Portuguese dictionary
PORTSCOUT= skipv:6-pt_PT-20070206-0
NO_ARCH= yes
DICT= pt_PT
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
.include <bsd.port.post.mk>
|