blob: 750c91438c65ea3be224e12110e7e9f80658bdf7 (
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
|
# New ports collection makefile for: xzip
# Date created: 28 June 1998
# Whom: Matthew Hunt <mph@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xzip
PORTVERSION= 1.8.2
CATEGORIES= games
MASTER_SITES= ftp://ftp.gmd.de/if-archive/infocom/interpreters/zip/
DISTFILES= xzip182.tar.Z
MAINTAINER= mph@freebsd.org
WRKSRC= ${WRKDIR}/xzip
ALL_TARGET=
USE_XLIB= yes
MAN1= xzip.1
.include <bsd.port.mk>
|