1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/games/jzip/Makefile
Matthew Hunt b1b9984c3c Import of jzip. No, it's not another archiver... it's another
Infocom interpreter; this one runs in text mode.
1998-05-08 02:38:34 +00:00

28 lines
516 B
Makefile

# New ports collection makefile for: jzip
# Version required: 2.0.1g
# Date created: 7 May 1998
# Whom: Matthew Hunt <mph@FreeBSD.org>
#
# $Id$
#
DISTNAME= jzip201g
PKGNAME= jzip-2.0.1g
CATEGORIES= games
MASTER_SITES= http://www.cfug.org/infocom/
EXTRACT_SUFX= .zip
MAINTAINER= mph@freebsd.org
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
EXTRACT_CMD= unzip
EXTRACT_BEFORE_ARGS= -qq
NO_WRKSUBDIR= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/jzip ${PREFIX}/bin
.include <bsd.port.mk>