aboutsummaryrefslogtreecommitdiff
path: root/games/kanatest/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-28 17:57:00 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-28 17:57:00 +0000
commita24ce1f85306349e2610359f4dea4c80c654ef26 (patch)
tree57acb68df613781aee5b544bb91b1b91ca264e6a /games/kanatest/Makefile
parent439ef397ae8ed5dd824f727eca4e92c460259e3d (diff)
downloadports-a24ce1f85306349e2610359f4dea4c80c654ef26.tar.gz
ports-a24ce1f85306349e2610359f4dea4c80c654ef26.zip
Notes
Diffstat (limited to 'games/kanatest/Makefile')
-rw-r--r--games/kanatest/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/games/kanatest/Makefile b/games/kanatest/Makefile
new file mode 100644
index 000000000000..5277990f9654
--- /dev/null
+++ b/games/kanatest/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: kanatest
+# Date created: 2004-03-27
+# Whom: S H A N <shanali@yahoo.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= kanatest
+PORTVERSION= 0.1.1
+CATEGORIES= games
+MASTER_SITES= http://clay.ll.pl/download/
+
+MAINTAINER= shanali@yahoo.com
+COMMENT= A simple hiragana/katakana drill tool
+
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GNOME= gtk12
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>