diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-12-03 04:13:40 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-12-03 04:13:40 +0800 |
commit | 0df360cbe0e2af7451258f69a1cbf63e99f6affc (patch) | |
tree | 808222cafd0146c64874531065fc8b40cb1dd49f /games | |
parent | 4798c9f584ec04ccd96f14525559df3a6b8ea938 (diff) | |
download | freebsd-ports-gnome-0df360cbe0e2af7451258f69a1cbf63e99f6affc.tar.gz freebsd-ports-gnome-0df360cbe0e2af7451258f69a1cbf63e99f6affc.tar.zst freebsd-ports-gnome-0df360cbe0e2af7451258f69a1cbf63e99f6affc.zip |
- take maintainership
- a few cleanups
Diffstat (limited to 'games')
-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/ |