mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
cb7d76edd2
Approved by: portmgr (blanket)
23 lines
548 B
Makefile
23 lines
548 B
Makefile
PORTNAME= xzip
|
|
PORTVERSION= 1.8.2
|
|
PORTREVISION= 3
|
|
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= ports@FreeBSD.org
|
|
COMMENT= Infocom game interpreter that runs under X11
|
|
WWW= https://www.eblong.com/zarf/xzip.html
|
|
|
|
USES= xorg
|
|
USE_XORG= x11
|
|
WRKSRC= ${WRKDIR}/xzip
|
|
ALL_TARGET=
|
|
|
|
PLIST_FILES= bin/xzip share/man/man1/xzip.1.gz
|
|
|
|
.include <bsd.port.mk>
|