diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-05-07 19:05:47 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-05-07 19:05:47 +0000 |
commit | e00f7a1a7a0cf8d0a2ab13e4e3b56a615f859909 (patch) | |
tree | d6e723b29b4e7fd49192f29b9fef86e76effdf20 /games/xinfocom/Makefile | |
parent | original distribution updated (1.11 -> 1.2) (diff) |
Import of xinfocom, an interpreter for Infocom games under X11.
The DESCR file contains a pointer to the data files for Zork, which
Infocom released for free. Have fun...
Notes
Notes:
svn path=/head/; revision=10903
Diffstat (limited to 'games/xinfocom/Makefile')
-rw-r--r-- | games/xinfocom/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/games/xinfocom/Makefile b/games/xinfocom/Makefile new file mode 100644 index 000000000000..01572d03b554 --- /dev/null +++ b/games/xinfocom/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xinfocom +# Version required: 1.8m +# Date created: 7 May 1998 +# Whom: Matthew Hunt <mph@FreeBSD.org> +# +# $Id$ +# + +DISTNAME= unix8m +PKGNAME= xinfocom-1.8m +CATEGORIES= games +MASTER_SITES= http://www.cfug.org/infocom/ +EXTRACT_SUFX= .tgz + +MAINTAINER= mph@freebsd.org + +WRKSRC= ${WRKDIR}/xinfocom + +USE_IMAKE= yes +NO_INSTALL_MANPAGES= yes + +.include <bsd.port.mk> |