openbsd-ports/archivers/lzo/Makefile

33 lines
771 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2000/02/15 21:18:50 espie Exp $
DISTNAME= lzo-1.06
CATEGORIES= archivers devel
MASTER_SITES= ftp://ftp.rhrz.uni-bonn.de/pub-koeln/util/arc/ \
ftp://ftp.fu-berlin.de/pub/unix/tools/archivers/lzo/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= libs/compression
1999-09-23 17:51:42 -04:00
NEED_VERSION= 1.114
MAINTAINER= brad@openbsd.org
2000-02-12 03:02:07 -05:00
LICENSE_TYPE= GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:02:07 -05:00
SEPARATE_BUILD= concurrent
GNU_CONFIGURE= Yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
post-extract:
1999-12-28 01:13:04 -05:00
@chmod +x ${WRKSRC}/acconfig/*
post-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/lzo
${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/lzo
.include <bsd.port.mk>