freebsd-ports/games/xzip/Makefile
Dirk Meyer 2f7609cabe - use STAGEDIR
- rename patchfiles
2013-11-26 05:46:38 +00:00

23 lines
548 B
Makefile

# Created by: Matthew Hunt <mph@FreeBSD.org>
# $FreeBSD$
PORTNAME= xzip
PORTVERSION= 1.8.2
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/infocom/interpreters/zip/ \
http://www.ifarchive.org/if-archive/infocom/interpreters/zip/ \
http://www.eblong.com/zarf/ftp/
DISTNAME= xzip182
EXTRACT_SUFX= .tar.Z
MAINTAINER= dinoex@FreeBSD.org
COMMENT= An Infocom game interpreter that runs under X11
USE_XORG= x11
WRKSRC= ${WRKDIR}/xzip
ALL_TARGET=
PLIST_FILES= bin/xzip man/man1/xzip.1.gz
.include <bsd.port.mk>