diff options
Diffstat (limited to 'portuguese/aspell-pt_PT/Makefile')
-rw-r--r-- | portuguese/aspell-pt_PT/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/portuguese/aspell-pt_PT/Makefile b/portuguese/aspell-pt_PT/Makefile new file mode 100644 index 000000000000..ddecd5def4ef --- /dev/null +++ b/portuguese/aspell-pt_PT/Makefile @@ -0,0 +1,16 @@ +# 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 + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_PT= sim + +.include "${MASTERDIR}/Makefile" |