18 lines
408 B
Makefile
18 lines
408 B
Makefile
# New ports collection makefile for: pt-aspell
|
|
# Date created: 6 September 2002
|
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= aspell
|
|
CATEGORIES= portuguese
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Aspell with Portuguese dictionary
|
|
|
|
MASTERDIR= ${.CURDIR}/../../textproc/aspell
|
|
|
|
ASPELL_PT= sim
|
|
|
|
.include "${MASTERDIR}/Makefile"
|