mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2971a93e52
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
24 lines
410 B
Makefile
24 lines
410 B
Makefile
# New ports collection makefile for: xzip
|
|
# Date created: 28 June 1998
|
|
# Whom: Matthew Hunt <mph@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xzip
|
|
PORTVERSION= 1.8.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.gmd.de/if-archive/infocom/interpreters/zip/
|
|
DISTFILES= xzip181.tar.Z
|
|
|
|
MAINTAINER= mph@freebsd.org
|
|
|
|
WRKSRC= ${WRKDIR}/xzip
|
|
ALL_TARGET=
|
|
|
|
USE_XLIB= yes
|
|
|
|
MAN1= xzip.1
|
|
|
|
.include <bsd.port.mk>
|