1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/archivers/szip/Makefile
Edwin Groothuis 6cf3e7db3b Maintainer update to use source-version instead of binary
PR:		ports/45471
Submitted by:	Update port: archivers/szip Moving from binary to source distribution
2002-11-23 00:13:28 +00:00

30 lines
582 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= sz${PORTVERSION:S/.//}_src
MAINTAINER= tiamat@telegraph.spb.ru
USE_GMAKE= yes
ONLY_FOR_ARCHS= i386
do-build:
${GMAKE} -C ${WRKDIR}
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
.ifndef (NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKDIR}/*.txt ${DOCSDIR}
.endif
.include <bsd.port.mk>