aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ro-aspell/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-09-10 11:51:35 +0800
committerdinoex <dinoex@FreeBSD.org>2002-09-10 11:51:35 +0800
commit0f4d75b4b5ea3e4351f7f7c514d369656dc5d56b (patch)
tree7be8c4e9ba22394e21858c9b77c3caa1639c455d /textproc/ro-aspell/Makefile
parent7ba25c1291df031b23e9fdecdb14c36365c01e68 (diff)
downloadfreebsd-ports-gnome-0f4d75b4b5ea3e4351f7f7c514d369656dc5d56b.tar.gz
freebsd-ports-gnome-0f4d75b4b5ea3e4351f7f7c514d369656dc5d56b.tar.zst
freebsd-ports-gnome-0f4d75b4b5ea3e4351f7f7c514d369656dc5d56b.zip
build aspell with dictionary
PR: 42537 Submitted by: thierry@pompo.net
Diffstat (limited to 'textproc/ro-aspell/Makefile')
-rw-r--r--textproc/ro-aspell/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/ro-aspell/Makefile b/textproc/ro-aspell/Makefile
new file mode 100644
index 000000000000..07c8e01cbfc7
--- /dev/null
+++ b/textproc/ro-aspell/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for: ro-aspell
+# Date created: 7 September 2002
+# Whom: Thierry Thomas <thierry@pompo.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ro-aspell
+
+MAINTAINER= ports@FreeBSD.org
+
+MASTERDIR= ${.CURDIR}/../aspell
+
+ASPELL_RO= da
+
+.include "${MASTERDIR}/Makefile"