mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
52c50ee402
PR: 55524 Submitted by: maintainer
26 lines
565 B
Makefile
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>
|