1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/archivers/wzip/Makefile
Kirill Ponomarev 52c50ee402 - Update to 1.1
PR:		55524
Submitted by:	maintainer
2003-08-13 08:21:02 +00:00

26 lines
565 B
Makefile

# New ports collection makefile for: wzip
# Date created: 06 Jan 2003
# Whom: Yonatan <Yonatan@xpert.com>
#
# $FreeBSD$
#
PORTNAME= wzip
PORTVERSION= 1.1
CATEGORIES= archivers
MASTER_SITES= http://ftp.debian.org/debian/pool/main/w/wzip/
DISTNAME= wzip_${PORTVERSION}
MAINTAINER= Yonatan@xpert.com
COMMENT= A preprocessor for lossy data compression
ALL_TARGET= wzip
WRKSRC= ${WRKDIR}/wzip-${PORTVERSION}
MAN1= wzip.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wzip ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/wzip.1 ${PREFIX}/man/man1
.include <bsd.port.mk>