2314c85f45
zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes
33 lines
681 B
Makefile
33 lines
681 B
Makefile
# $OpenBSD: Makefile,v 1.28 2010/11/15 00:22:45 espie Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= interface to lzo compression library
|
|
|
|
DISTNAME= perl-lzo-1.08
|
|
PKGNAME= p5-Compress-LZO-1.08
|
|
CATEGORIES= archivers perl5
|
|
MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/
|
|
|
|
HOMEPAGE= http://www.oberhumer.com/opensource/lzo/
|
|
|
|
LIB_DEPENDS = archivers/lzo
|
|
WANTLIB = lzo>=1
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
REVISION = 3
|
|
CONFIGURE_STYLE= perl
|
|
USE_GROFF = Yes
|
|
|
|
WRKDIST= ${WRKDIR}/Compress-LZO-1.08
|
|
|
|
pre-configure:
|
|
@perl -pi -e "s,!!LOCALBASE!!,${LOCALBASE},g" ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|