pkgsrc/archivers/lzo/Makefile
wiz be5ea74a6b Update to 2.03:
Changes in 2.03 (30 Apr 2008)
  * Updated the ELF assembler sources to mark the stack as non-executable.
  * Fixed a HP-UX 11 build issue with Itanium in ILP32 mode.
  * Updated the configure system.
2008-05-20 15:11:55 +00:00

25 lines
624 B
Makefile

# $NetBSD: Makefile,v 1.7 2008/05/20 15:11:55 wiz Exp $
DISTNAME= lzo-2.03
CATEGORIES= archivers
MASTER_SITES= http://ftp.uni-koeln.de/util/arc/ \
http://www.oberhumer.com/opensource/lzo/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.oberhumer.com/opensource/lzo/
COMMENT= Portable lossless data compression library
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
TEST_TARGET= test
.include "../../mk/bsd.prefs.mk"
.if !empty(MACHINE_PLATFORM:MDarwin-9.*-i386)
CONFIGURE_ARGS+= --disable-asm
.endif
.include "../../mk/bsd.pkg.mk"