aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/xnetmaj/Makefile
diff options
context:
space:
mode:
authoritojun <itojun@FreeBSD.org>1998-02-28 11:41:46 +0800
committeritojun <itojun@FreeBSD.org>1998-02-28 11:41:46 +0800
commit23590053710490f23229a6a3efe0c15257b271f5 (patch)
tree87f668ab62020b887b5468ddc29acf85fb3c1c17 /japanese/xnetmaj/Makefile
parent008f9b6c2a9a709a65375fe015e907d2292714b4 (diff)
downloadfreebsd-ports-gnome-23590053710490f23229a6a3efe0c15257b271f5.tar.gz
freebsd-ports-gnome-23590053710490f23229a6a3efe0c15257b271f5.tar.zst
freebsd-ports-gnome-23590053710490f23229a6a3efe0c15257b271f5.zip
xnetmaj, Mahjong game over the network
PR: 4759
Diffstat (limited to 'japanese/xnetmaj/Makefile')
-rw-r--r--japanese/xnetmaj/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/japanese/xnetmaj/Makefile b/japanese/xnetmaj/Makefile
new file mode 100644
index 000000000000..c55d78a16b6b
--- /dev/null
+++ b/japanese/xnetmaj/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: xnetmaj
+# Version required: 2.0.7
+# Date created: 20 June 1997
+# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= netmaj
+PKGNAME= ja-xnetmaj-2.0.7
+CATEGORIES= japanese games
+MASTER_SITES= http://www.sfc.wide.ad.jp/~kusune/netmaj/files/
+DISTFILES= netmaj-2.0.7.tar.gz netmaj-xui-2.0.7.tar.gz
+
+MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
+
+USE_X11= yes
+ALL_TARGET= libs all
+INSTALL_TARGET= install install-pf
+
+post-extract:
+ ( cd ${WRKDIR}/netmaj; /bin/ln -s ../xui )
+
+.include <bsd.port.mk>