mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
24 lines
434 B
Makefile
24 lines
434 B
Makefile
# New ports collection makefile for: xzip
|
|
# Version required: 1.7.0
|
|
# Date created: 28 June 1998
|
|
# Whom: Matthew Hunt <mph@FreeBSD.org>
|
|
#
|
|
# $Id: Makefile,v 1.2 1998/07/02 00:39:50 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xzip170
|
|
PKGNAME= xzip-1.7.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.cfug.org/infocom/
|
|
|
|
MAINTAINER= mph@freebsd.org
|
|
|
|
BROKEN= fetch
|
|
|
|
WRKSRC= ${WRKDIR}/xzip
|
|
ALL_TARGET=
|
|
|
|
MAN1= xzip.1
|
|
|
|
.include <bsd.port.mk>
|