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