2001-10-24 20:45:43 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.26 2001/10/24 20:45:43 brad Exp $
|
2001-03-24 22:37:58 +00:00
|
|
|
|
|
|
|
COMMENT= "portable speedy lossless data compression library"
|
1999-04-20 03:08:59 +00:00
|
|
|
|
2000-11-17 21:33:43 +00:00
|
|
|
DISTNAME= lzo-1.07
|
1999-04-20 03:08:59 +00:00
|
|
|
CATEGORIES= archivers devel
|
2001-10-05 00:44:10 +00:00
|
|
|
NEED_VERSION= 1.460
|
2000-11-17 21:33:43 +00:00
|
|
|
MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/lzo/ \
|
1999-04-20 03:08:59 +00:00
|
|
|
${MASTER_SITE_SUNSITE}
|
1999-09-06 17:23:19 +00:00
|
|
|
MASTER_SITE_SUBDIR= libs/compression
|
1999-04-20 03:08:59 +00:00
|
|
|
|
2000-08-03 13:24:05 +00:00
|
|
|
HOMEPAGE= http://wildsau.idv.uni-linz.ac.at/mfx/lzo.html
|
|
|
|
|
2000-09-24 07:03:59 +00:00
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
1999-04-20 03:08:59 +00:00
|
|
|
|
2000-02-15 21:18:50 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 08:02:07 +00:00
|
|
|
|
1999-06-01 23:38:22 +00:00
|
|
|
SEPARATE_BUILD= concurrent
|
2000-06-10 20:22:13 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2001-10-05 00:44:10 +00:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/acconfig
|
1999-04-20 03:08:59 +00:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
|
|
CONFIGURE_ARGS+= --enable-static
|
|
|
|
|
2001-10-24 20:45:43 +00:00
|
|
|
# Internal Compiler Error
|
2001-10-11 07:41:22 +00:00
|
|
|
.if ${MACHINE_ARCH} == "sparc64"
|
2001-10-24 20:45:43 +00:00
|
|
|
PATCH_LIST= patch-* sup-sparc64
|
2001-10-11 07:41:22 +00:00
|
|
|
.endif
|
|
|
|
|
2001-10-24 20:45:43 +00:00
|
|
|
REGRESS_TARGET= test
|
|
|
|
|
2000-11-11 22:33:39 +00:00
|
|
|
post-patch:
|
2001-10-05 00:44:10 +00:00
|
|
|
@cd ${WRKSRC}/acconfig; \
|
|
|
|
${PATCH} --forward --quiet -E < \
|
|
|
|
${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltconfig && \
|
|
|
|
${PATCH} --forward --quiet -E < \
|
|
|
|
${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltmain_sh
|
1999-12-28 06:13:04 +00:00
|
|
|
@chmod +x ${WRKSRC}/acconfig/*
|
1999-06-01 23:38:22 +00:00
|
|
|
|
1999-04-20 03:08:59 +00:00
|
|
|
post-install:
|
2000-03-09 09:52:55 +00:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/lzo
|
1999-04-20 03:08:59 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/lzo
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|