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