15 lines
347 B
Makefile
15 lines
347 B
Makefile
# Created by: Thierry Thomas <thierry@pompo.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= aspell
|
|
DISTVERSION= 6-pt_BR-20090702-0
|
|
CATEGORIES= portuguese textproc
|
|
PKGNAMEPREFIX?= pt_BR-
|
|
|
|
MAINTAINER= office@FreeBSD.org
|
|
COMMENT= Aspell Brazilian Portuguese dictionary
|
|
|
|
DICT= pt_BR
|
|
|
|
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
|
.include <bsd.port.post.mk>
|