blob: f416ae050cfc5fb4a1ed48852f115460bffed11e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: pt-aspell
# Date created: 6 September 2002
# Whom: Thierry Thomas <thierry@pompo.net>
#
# $FreeBSD$
#
PORTNAME= pt-aspell
MAINTAINER= ports@FreeBSD.org
PORTCOMMENT= Aspell with Portuguese dictionary
MASTERDIR= ${.CURDIR}/../aspell
ASPELL_PT= sim
.include "${MASTERDIR}/Makefile"
|