aee309fe46
from Lawrence Teo (maintainer)
32 lines
650 B
Makefile
32 lines
650 B
Makefile
# $OpenBSD: Makefile,v 1.3 2006/02/14 10:18:37 steven Exp $
|
|
|
|
COMMENT= "file compressor with a high compression ratio"
|
|
|
|
DISTNAME= rzip-2.0
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= archivers
|
|
HOMEPAGE= http://rzip.samba.org/
|
|
|
|
MAINTAINER= Lawrence Teo <lteo@metawire.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${HOMEPAGE}ftp/rzip/ \
|
|
${HOMEPAGE}ftp/rzip/old-versions/
|
|
|
|
LIB_DEPENDS= bz2::archivers/bzip2
|
|
|
|
FAKE=lib
|
|
CONFIGURE_STYLE=gnu dest
|
|
CONFIGURE_ENV= CPPFLAGS="-I${DEPBASE}/include" \
|
|
LDFLAGS="-L${DEPBASE}/lib"
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|