diff options
author | tg <tg@FreeBSD.org> | 1997-03-06 09:22:37 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-03-06 09:22:37 +0000 |
commit | c88e6a3814499144b1a109953b1347fb7b3958f0 (patch) | |
tree | 5295479af10f682111b47f77000d753e54aad7ca /games/xpat2/Makefile | |
parent | 5912dd3000e8f30fbbb15d6bb8454c493d706220 (diff) | |
download | FreeBSD-ports-c88e6a3814499144b1a109953b1347fb7b3958f0.zip FreeBSD-ports-c88e6a3814499144b1a109953b1347fb7b3958f0.tar.gz |
Import of the xpat2 port. xpat2 is a collection of solitaire
card games with very well designed cards.
Closes PR #2887.
Submitted by: Matthew Hunt <mph@pobox.com>
Diffstat (limited to 'games/xpat2/Makefile')
-rw-r--r-- | games/xpat2/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/games/xpat2/Makefile b/games/xpat2/Makefile new file mode 100644 index 0000000..a71dda7 --- /dev/null +++ b/games/xpat2/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: xpat2 +# Version required: 1.04 +# Date created: 5 March 1997 +# Whom: Matthew Hunt <mph@pobox.com> +# +# $Id$ +# + +DISTNAME= xpat2-1.04 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= games/x11/strategy +EXTRACT_SUFX= -src.tar.gz + +MAINTAINER= mph@pobox.com + +USE_X11= yes +MAN6= xpat2.6 + +post-install: + touch $(PREFIX)/lib/X11/xpat/xpat.log + chown games $(PREFIX)/lib/X11/xpat/xpat.log $(PREFIX)/bin/xpat2 + chmod 4555 $(PREFIX)/bin/xpat2 + +.include <bsd.port.mk> + |