mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
17 lines
361 B
Makefile
17 lines
361 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
|
|
|
|
NO_STAGE= yes
|
|
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
|
.include <bsd.port.post.mk>
|