diff options
author | thierry <thierry@FreeBSD.org> | 2004-08-28 23:59:08 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-08-28 23:59:08 +0000 |
commit | 12d0fcd6411f4253f7d9227c2eacba8c30fd4f95 (patch) | |
tree | 65741c2c24b35f435f19c00adf5524f1623e6ef1 /textproc/lt-aspell | |
parent | 8cafe31c72031863c2952f931dabcec9af3a287e (diff) | |
download | FreeBSD-ports-12d0fcd6411f4253f7d9227c2eacba8c30fd4f95.zip FreeBSD-ports-12d0fcd6411f4253f7d9227c2eacba8c30fd4f95.tar.gz |
Add slaves ports for Aspell's new dictionaries.
Diffstat (limited to 'textproc/lt-aspell')
-rw-r--r-- | textproc/lt-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/lt-aspell/pkg-descr | 3 |
2 files changed, 20 insertions, 0 deletions
diff --git a/textproc/lt-aspell/Makefile b/textproc/lt-aspell/Makefile new file mode 100644 index 0000000..0968042 --- /dev/null +++ b/textproc/lt-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: lt-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= lt-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Lithuanian dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_LT= taip + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/lt-aspell/pkg-descr b/textproc/lt-aspell/pkg-descr new file mode 100644 index 0000000..dc46feb --- /dev/null +++ b/textproc/lt-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Lithuanian dictionary. + +WWW: http://aspell.net/ |