diff options
Diffstat (limited to 'german')
-rw-r--r-- | german/Makefile | 1 | ||||
-rw-r--r-- | german/aspell/Makefile | 17 | ||||
-rw-r--r-- | german/aspell/pkg-comment | 1 | ||||
-rw-r--r-- | german/aspell/pkg-descr | 3 |
4 files changed, 22 insertions, 0 deletions
diff --git a/german/Makefile b/german/Makefile index 4533886e0634..a733a8564654 100644 --- a/german/Makefile +++ b/german/Makefile @@ -2,6 +2,7 @@ # SUBDIR += BBBike + SUBDIR += aspell SUBDIR += cheapcall SUBDIR += citrix_ica SUBDIR += dict diff --git a/german/aspell/Makefile b/german/aspell/Makefile new file mode 100644 index 000000000000..95edab04d293 --- /dev/null +++ b/german/aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: de-aspell +# Date created: 1 September 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= aspell +CATEGORIES= german + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../../textproc/aspell + +ASPELL_DE= ja + +.include "${MASTERDIR}/Makefile" diff --git a/german/aspell/pkg-comment b/german/aspell/pkg-comment new file mode 100644 index 000000000000..4b9d7bbb0488 --- /dev/null +++ b/german/aspell/pkg-comment @@ -0,0 +1 @@ +Aspell with German dictionary diff --git a/german/aspell/pkg-descr b/german/aspell/pkg-descr new file mode 100644 index 000000000000..40b4036effd5 --- /dev/null +++ b/german/aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with German dictionary. + +WWW: http://lisa.goe.net/~bjacke/igerman98/ |