freebsd-ports/games/xzip/Makefile

24 lines
544 B
Makefile
Raw Normal View History

2013-01-26 17:34:39 +01:00
# Created by: Matthew Hunt <mph@FreeBSD.org>
1999-08-25 08:06:33 +02:00
# $FreeBSD$
2006-12-02 21:13:40 +01:00
PORTNAME= xzip
PORTVERSION= 1.8.2
2007-12-11 21:28:23 +01:00
PORTREVISION= 2
2006-12-02 21:13:40 +01:00
CATEGORIES= games
MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/infocom/interpreters/zip/ \
2011-08-07 09:52:45 +02:00
http://www.ifarchive.org/if-archive/infocom/interpreters/zip/ \
2011-08-07 08:11:31 +02:00
http://www.eblong.com/zarf/ftp/
2006-12-02 21:35:56 +01:00
DISTNAME= xzip182
EXTRACT_SUFX= .tar.Z
2014-05-11 10:57:54 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Infocom game interpreter that runs under X11
2007-12-11 21:28:23 +01:00
USE_XORG= x11
WRKSRC= ${WRKDIR}/xzip
ALL_TARGET=
1998-08-26 20:32:47 +02:00
2013-11-26 06:46:38 +01:00
PLIST_FILES= bin/xzip man/man1/xzip.1.gz
.include <bsd.port.mk>