cc2ea44660
- Add NO_ARCH
19 lines
472 B
Makefile
19 lines
472 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
|
|
|
|
PORTSCOUT= skipv:6-pt_BR-20070206,6-pt_BR-20070411-0,6-pt_BR-20080221-0,6-pt_BR-20080221-1,6-pt_BR-20080707-0
|
|
|
|
NO_ARCH= yes
|
|
|
|
DICT= pt_BR
|
|
|
|
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
|
.include <bsd.port.post.mk>
|