summaryrefslogtreecommitdiff
path: root/games/xshisen/Makefile
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1996-11-03 21:11:09 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1996-11-03 21:11:09 +0000
commit12b623462027f690d0b22d7a3b782d52f5e1a6cc (patch)
tree7678629ff3e09e7472c96b6bf8d5f3605ff38663 /games/xshisen/Makefile
parentUpdate for newly imported ports. (diff)
Import of Shisen-sho puzzle game for X11
Reviewed by: jfitz@FreeBSD.ORG Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp
Notes
Notes: svn path=/head/; revision=4285
Diffstat (limited to 'games/xshisen/Makefile')
-rw-r--r--games/xshisen/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/games/xshisen/Makefile b/games/xshisen/Makefile
new file mode 100644
index 000000000000..03132f60941e
--- /dev/null
+++ b/games/xshisen/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: xshisen
+# Version required: 1.35
+# Date created: 9 Oct 1996
+# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= xshisen-1.35
+CATEGORIES+= games
+MASTER_SITES= ftp://ftp.iis.u-tokyo.ac.jp/pub1/X/contrib/games/
+
+MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
+
+LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
+USE_X11= yes
+
+GNU_CONFIGURE= yes
+#CONFIGURE_ARGS=--enable-japanese=euc #Japanese char set euc, jis sjis
+
+post-install:
+ @ strip ${PREFIX}/bin/xshisen
+ @ /bin/chmod 755 ${PREFIX}/bin/xshisen
+ @ /usr/sbin/chown bin.bin ${PREFIX}/bin/xshisen
+.if !defined(NOMANCOMPRESS)
+ gzip -9nf ${PREFIX}/man/man6/xshisen.6
+ gzip -9nf ${PREFIX}/man/ja_JP.JIS7/man6/xshisen.6
+.endif
+
+.include <bsd.port.mk>