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