diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-02 20:13:40 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-02 20:13:40 +0000 |
commit | 976dd507e505cab1ad0ec95894a8adfc066c22b4 (patch) | |
tree | a54f8deb8f9986437cd201ec7757d30c9304a472 /games/xzip | |
parent | 3c249f32c00682c0f4da928a327121d49f8d0f7d (diff) | |
download | ports-976dd507e505cab1ad0ec95894a8adfc066c22b4.tar.gz ports-976dd507e505cab1ad0ec95894a8adfc066c22b4.zip |
Notes
Diffstat (limited to 'games/xzip')
-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/ |