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