blob: 351f263e6af9c268671d47e8b69ea7469e8cd681 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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>
|