freebsd-ports/archivers/zip/Makefile

36 lines
764 B
Makefile
Raw Normal View History

# New ports collection makefile for: zip
# Date created: 22 Dec 1994
# Whom: ache
1994-12-22 13:33:40 +01:00
#
1999-08-25 06:25:23 +02:00
# $FreeBSD$
1994-12-22 13:33:40 +01:00
#
PORTNAME= zip
2008-08-03 05:18:25 +02:00
PORTVERSION= 3.0
CATEGORIES= archivers
MASTER_SITES= SF/info${PORTNAME}/Zip%203.x%20%28latest%29/${PORTVERSION}
2008-08-03 05:18:25 +02:00
DISTFILES= ${PORTNAME}30${EXTRACT_SUFX}
USE_ZIP= yes
2011-08-30 09:57:26 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Create/update ZIP files compatible with pkzip
2008-08-03 05:18:25 +02:00
WRKSRC= ${WRKDIR}/${PORTNAME}30
MAKEFILE= unix/Makefile
ALL_TARGET= generic
2008-08-03 05:18:25 +02:00
MAN1= zip.1 zipcloak.1 zipnote.1 zipsplit.1
1997-04-27 18:06:19 +02:00
PLIST_FILES= \
bin/zip \
bin/zipcloak \
bin/zipnote \
bin/zipsplit
1997-04-27 18:06:19 +02:00
do-install:
.for file in zip zipcloak zipnote zipsplit
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
2008-08-03 05:18:25 +02:00
${INSTALL_MAN} ${WRKSRC}/man/${file}.1 ${PREFIX}/man/man1
.endfor
1994-12-22 13:33:40 +01:00
.include <bsd.port.mk>