6807d1bedd
on architectures that support static linking only.
29 lines
618 B
Makefile
29 lines
618 B
Makefile
# $OpenBSD: Makefile,v 1.17 2004/01/17 15:58:06 naddy Exp $
|
|
|
|
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
|
|
|
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= lzo.1::archivers/lzo
|
|
|
|
MAINTAINER= Dan Harnett <danh@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
WRKDIST= ${WRKDIR}/Compress-LZO-1.08
|
|
|
|
.include <bsd.port.mk>
|