36480fd9fd
Recovered from: pending/67038
45 lines
1.2 KiB
Makefile
45 lines
1.2 KiB
Makefile
# New ports collection makefile for: gzip
|
|
# Date created: 27 July 2002
|
|
# Whom: cyrille.lefevre@laposte.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gzip
|
|
PORTVERSION= 1.3.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ftp://sunfreeware.risq.qc.ca/SOURCES/ \
|
|
ftp://sunsite.cnlab-switch.ch/mirror/solaris-freeware/SOURCES/ \
|
|
ftp://ftp.ibiblio.org/pub/packages/solaris/freeware/SOURCES/ \
|
|
ftp://sunsite.belnet.be/mirror/ftp.sunfreeware.com/pub/freeware/SOURCES/ \
|
|
ftp://planetmirror.com/pub/sunfreeware/SOURCES/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= cyrille.lefevre@laposte.net
|
|
COMMENT= A compression utility designed to be a replacement for compress
|
|
|
|
USE_REINPLACE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
MAN1= gunzip.1 gzexe.1 gzip.1 zcat.1 zcmp.1 zdiff.1 zforce.1 \
|
|
zgrep.1 zless.1 zmore.1 znew.1
|
|
INFO= gzip
|
|
|
|
DOC_FILES= AUTHORS COPYING INSTALL NEWS README README-alpha \
|
|
THANKS TODO
|
|
|
|
post-configure:
|
|
@${REINPLACE_CMD} -e 's|^SHELL =.*|SHELL=/bin/sh|' ${WRKSRC}/Makefile
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for file in ${DOC_FILES}
|
|
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|