openbsd-ports/archivers/lzo/Makefile
kevlo 5fa50f6b8c Upgrade to version 1.06:
- Updated the configure system to use Autoconf 2.13, Automake 1.4 and
  Libtool 1.3.3.
- enhanced example programs a little bit
2000-02-05 03:50:34 +00:00

27 lines
635 B
Makefile

# $OpenBSD: Makefile,v 1.7 2000/02/05 03:50:34 kevlo 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
NEED_VERSION= 1.114
MAINTAINER= brad@openbsd.org
SEPARATE_BUILD= concurrent
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
post-extract:
@chmod +x ${WRKSRC}/acconfig/*
post-install:
@mkdir -p ${PREFIX}/share/doc/lzo
${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/lzo
.include <bsd.port.mk>