aboutsummaryrefslogtreecommitdiffstats
path: root/games/xzip/Makefile
blob: 08a0f1d0606ffb36c77c790a87a1ca44126c661f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    xzip
# Date created:             28 June 1998
# Whom:                 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

WRKSRC=     ${WRKDIR}/xzip
ALL_TARGET=

USE_XORG=   x11

MAN1=       xzip.1
PLIST_FILES=    bin/xzip

.include <bsd.port.mk>