aboutsummaryrefslogtreecommitdiff
path: root/german/aspell/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-09-10 03:29:38 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-09-10 03:29:38 +0000
commitd4352662a4253a6fe356316a9114f4d5910430c9 (patch)
treed6f99cb7e0f9fe165431214972a6a16ecf0621cc /german/aspell/Makefile
parentc15e7bb05ab8ee7d7031412b049da46f15e34479 (diff)
downloadports-d4352662a4253a6fe356316a9114f4d5910430c9.tar.gz
ports-d4352662a4253a6fe356316a9114f4d5910430c9.zip
build aspell with dictionary
PR: 42528 Submitted by: thierry@pompo.net
Notes
Notes: svn path=/head/; revision=65975
Diffstat (limited to 'german/aspell/Makefile')
-rw-r--r--german/aspell/Makefile17
1 files changed, 17 insertions, 0 deletions
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"