diff options
Diffstat (limited to 'textproc/pt-aspell/Makefile')
-rw-r--r-- | textproc/pt-aspell/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/pt-aspell/Makefile b/textproc/pt-aspell/Makefile new file mode 100644 index 000000000000..ddecd5def4ef --- /dev/null +++ b/textproc/pt-aspell/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" |