1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/games/xzip/Makefile
2021-04-06 16:31:07 +02:00

24 lines
544 B
Makefile

# Created by: Matthew Hunt <mph@FreeBSD.org>
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= ports@FreeBSD.org
COMMENT= Infocom game interpreter that runs under X11
USES= xorg
USE_XORG= x11
WRKSRC= ${WRKDIR}/xzip
ALL_TARGET=
PLIST_FILES= bin/xzip man/man1/xzip.1.gz
.include <bsd.port.mk>