summaryrefslogtreecommitdiff
path: root/games/xmahjongg/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-04-15 21:40:49 +0000
committertron <tron@pkgsrc.org>1998-04-15 21:40:49 +0000
commit61ad2c10988f785bab438765436d57852de9cfa2 (patch)
tree566f1c377e1114149fa9d35e4547dacd6dbbe134 /games/xmahjongg/Makefile
parent1b60d1913e527d7c0355e1db3872de0b7bd9fb33 (diff)
downloadpkgsrc-61ad2c10988f785bab438765436d57852de9cfa2.tar.gz
Initial import of FreeBSD's "xmahjongg" port.
Diffstat (limited to 'games/xmahjongg/Makefile')
-rw-r--r--games/xmahjongg/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/games/xmahjongg/Makefile b/games/xmahjongg/Makefile
new file mode 100644
index 00000000000..a71374c2c15
--- /dev/null
+++ b/games/xmahjongg/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: xmahjongg
+# Version required:
+# Date created: 16 Aug 1996
+# Whom: joerg@freebsd.org
+#
+# $FreeBSD Id: Makefile,v 1.3 1996/12/08 01:11:27 max Exp
+#
+
+DISTNAME= xmahjongg
+PKGNAME= xmahjongg-1.0
+CATEGORIES= games
+# Most Usenet archive sites don't store it as a .tar.gz, but Slackware
+# and it's mirrors do.
+MASTER_SITES= ftp://wcarchive.cdrom.com/pub/linux/slackware/source/xap/xgames/
+
+MAINTAINER= joerg@freebsd.org
+
+WRKSRC= ${WRKDIR}/xmahjongg
+USE_IMAKE= yes
+
+NO_CDROM= "Restrictive copyright"
+
+post-extract:
+ @${CP} ${WRKSRC}/xmahjongg.6 ${WRKSRC}/xmahjongg.man
+
+.include <bsd.port.mk>