1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/archivers/szip/Makefile
Mark Pulford b1b402e62e Add szip 1.12b, a fast compression utility.
PR:		33934
Submitted by:	Igor Pokrovsky <tiamat@telegraph.spb.ru>
2002-02-17 07:58:57 +00:00

27 lines
561 B
Makefile

# New ports collection makefile for: szip
# Date created: 15 January 2002
# Whom: Igor Pokrovsky <tiamat@telegraph.spb.ru>
#
# $FreeBSD$
#
PORTNAME= szip
PORTVERSION= 1.12b
CATEGORIES= archivers
MASTER_SITES= http://www.compressconsult.com/szip/
DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//}_FreeBSD
MAINTAINER= tiamat@telegraph.spb.ru
NO_BUILD= yes
ONLY_FOR_ARCHS= i386
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
.ifndef (NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKDIR}/*.txt ${DOCSDIR}
.endif
.include <bsd.port.mk>