diff options
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> |