diff options
author | mph <mph@FreeBSD.org> | 1998-06-28 12:08:27 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-06-28 12:08:27 +0800 |
commit | f464eed4526d08ff3026c44b464b7432c2f0c55b (patch) | |
tree | d6437d2092d287ef4ef23f69f8995cac242c80a2 /games/xzip/Makefile | |
parent | 9beafd1859f309ee97878a9409ce1b8ac5e4739d (diff) | |
download | freebsd-ports-gnome-f464eed4526d08ff3026c44b464b7432c2f0c55b.tar.gz freebsd-ports-gnome-f464eed4526d08ff3026c44b464b7432c2f0c55b.tar.zst freebsd-ports-gnome-f464eed4526d08ff3026c44b464b7432c2f0c55b.zip |
Import of xzip 1.7.0. This is yet another Infocom interpreter.
This one requires X11.
Diffstat (limited to 'games/xzip/Makefile')
-rw-r--r-- | games/xzip/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games/xzip/Makefile b/games/xzip/Makefile new file mode 100644 index 000000000000..6cc55c420690 --- /dev/null +++ b/games/xzip/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xzip +# Version required: 1.7.0 +# Date created: 28 June 1998 +# Whom: Matthew Hunt <mph@FreeBSD.org> +# +# $Id$ +# + +DISTNAME= xzip170 +PKGNAME= xzip-1.7.0 +CATEGORIES= games x11 +MASTER_SITES= http://www.cfug.org/infocom/ + +MAINTAINER= mph@freebsd.org + +WRKSRC= ${WRKDIR}/xzip +ALL_TARGET= + +MAN1= xzip.1 + +.include <bsd.port.mk> |