freebsd-ports/portuguese/aspell/Makefile
Thierry Thomas fe40668f95 Upgrade to 20070206-0.
Warning: this version only installs pt_PT dictionaries, for Brazilian use
aspell-pt_BR.
2007-02-12 22:30:47 +00:00

19 lines
463 B
Makefile

# New ports collection makefile for: pt-aspell
# Date created: 6 September 2002
# Whom: Thierry Thomas <thierry@pompo.net>
#
# $FreeBSD$
#
PORTNAME= aspell
DISTVERSION= 6-pt_PT-20070206-0
PORTEPOCH= 1
CATEGORIES= portuguese textproc
MAINTAINER= ports@FreeBSD.org
COMMENT= Aspell Portuguese dictionary
DICT= pt_PT
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
.include <bsd.port.post.mk>