diff options
Diffstat (limited to 'textproc/ms-aspell/Makefile')
-rw-r--r-- | textproc/ms-aspell/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/ms-aspell/Makefile b/textproc/ms-aspell/Makefile new file mode 100644 index 000000000000..5869f2db6bc2 --- /dev/null +++ b/textproc/ms-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: ms-aspell +# Date created: 19 March 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= ms-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Malay dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_MS= ya + +.include "${MASTERDIR}/Makefile" |