blob: e893ff04d20a3e1cd1e49a3923f19a09cccf55d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: aspell-pt_BR
# Date created: 12 February 2007
# Whom: Thierry Thomas <thierry@pompo.net>
#
# $FreeBSD$
#
PORTNAME= aspell
DISTVERSION= 6-pt_BR-20080707-0
PORTREVISION= 2
CATEGORIES= portuguese textproc
PKGNAMEPREFIX?= pt_BR-
MAINTAINER= ports@FreeBSD.org
COMMENT= Aspell Brazilian Portuguese dictionary
DICT= pt_BR
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
.include <bsd.port.post.mk>
|