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