diff options
-rw-r--r-- | games/xzip/Makefile | 18 | ||||
-rw-r--r-- | games/xzip/pkg-descr | 3 |
2 files changed, 9 insertions, 12 deletions
diff --git a/games/xzip/Makefile b/games/xzip/Makefile index b1f52b0f71a5..d4bfd7adf99c 100644 --- a/games/xzip/Makefile +++ b/games/xzip/Makefile @@ -5,26 +5,26 @@ # $FreeBSD$ # -PORTNAME= xzip -PORTVERSION= 1.8.2 -CATEGORIES= games +PORTNAME= xzip +PORTVERSION= 1.8.2 +CATEGORIES= games MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/infocom/interpreters/zip/ \ ftp://www.plover.net/if-archive/infocom/interpreters/zip/ \ ftp://ftp.guetech.org/if-archive/infocom/interpreters/zip/ \ ftp://mirror.holmoak.co.uk/if-archive/infocom/interpreters/zip/ \ ftp://ftp.funet.fi/pub/misc/if-archive/infocom/interpreters/zip/ \ ftp://wuarchive.wustl.edu/doc/misc/if-archive/infocom/interpreters/zip/ -DISTFILES= xzip182.tar.Z +DISTFILES= xzip182.tar.Z -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= An Infocom game interpreter that runs under X11 -WRKSRC= ${WRKDIR}/xzip +WRKSRC= ${WRKDIR}/xzip ALL_TARGET= -USE_XLIB= yes +USE_XLIB= yes -MAN1= xzip.1 -PLIST_FILES= bin/xzip +MAN1= xzip.1 +PLIST_FILES= bin/xzip .include <bsd.port.mk> diff --git a/games/xzip/pkg-descr b/games/xzip/pkg-descr index 03e82ed14cda..6f00c5b538eb 100644 --- a/games/xzip/pkg-descr +++ b/games/xzip/pkg-descr @@ -3,6 +3,3 @@ X Window System. This port does not install any games; you can install them yourself if you own the games, or you can legally obtain the Zork series from: http://www.csd.uwo.ca/~pete/Infocom/download.html -Information on other methods of obtaining the games, including CD-ROM -vendors, is available from: - http://www.cfug.org/infocom/ |