diff options
author | joerg <joerg@FreeBSD.org> | 1996-08-27 20:16:32 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1996-08-27 20:16:32 +0000 |
commit | 888c3ae7be059780f7b111691f436594ea4ff9de (patch) | |
tree | 9f0969387f1e09eeb1a6d9b48b052fd966f08741 /games/xmahjongg/Makefile | |
parent | 70e140ff610312a0e2c643094a03fee85e866363 (diff) | |
download | FreeBSD-ports-888c3ae7be059780f7b111691f436594ea4ff9de.zip FreeBSD-ports-888c3ae7be059780f7b111691f436594ea4ff9de.tar.gz |
The X11 version of the old Chinese game. One of the oldest X11 games.
Alas, restricted to NO_CDROM.
Diffstat (limited to 'games/xmahjongg/Makefile')
-rw-r--r-- | games/xmahjongg/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/games/xmahjongg/Makefile b/games/xmahjongg/Makefile new file mode 100644 index 0000000..3a75479 --- /dev/null +++ b/games/xmahjongg/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xmahjongg +# Version required: +# Date created: 16 Aug 1996 +# Whom: joerg@freebsd.org +# +# $Id$ +# + +DISTNAME= xmahjongg +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." + +.include <bsd.port.mk> |