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