d85f5ecfaa
Also, change maintainer's address. From maintainer (Lawrence Teo). ok, steven@
32 lines
655 B
Makefile
32 lines
655 B
Makefile
# $OpenBSD: Makefile,v 1.4 2007/01/04 23:38:23 kili Exp $
|
|
|
|
COMMENT= "file compressor with a high compression ratio"
|
|
|
|
DISTNAME= rzip-2.1
|
|
PKGNAME= ${DISTNAME}
|
|
CATEGORIES= archivers
|
|
HOMEPAGE= http://rzip.samba.org/
|
|
|
|
MAINTAINER= Lawrence Teo <lteo.openbsd1@calyptix.com>
|
|
|
|
# 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>
|