1998-12-02 00:11:12 +01:00
|
|
|
# New ports collection makefile for: lzo
|
|
|
|
# Date created: 21 Feb 1998
|
|
|
|
# Whom: giffunip@asme.org
|
|
|
|
#
|
1999-08-25 06:25:23 +02:00
|
|
|
# $FreeBSD$
|
1998-12-02 00:11:12 +01:00
|
|
|
#
|
|
|
|
|
2005-08-29 09:32:09 +02:00
|
|
|
PORTNAME= lzo2
|
2005-11-02 02:39:34 +01:00
|
|
|
PORTVERSION= 2.02
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
1998-12-02 00:11:12 +01:00
|
|
|
CATEGORIES= archivers devel
|
2005-11-07 03:20:50 +01:00
|
|
|
MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \
|
|
|
|
http://fresh.t-systems-sfr.com/unix/src/misc/ \
|
|
|
|
http://ftp.uni-koeln.de/util/arc/
|
2005-05-31 21:41:12 +02:00
|
|
|
MASTER_SITE_SUBDIR= libs/compression
|
2005-08-29 09:32:09 +02:00
|
|
|
DISTNAME= lzo-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
|
1998-12-02 00:11:12 +01:00
|
|
|
|
2005-08-29 09:32:09 +02:00
|
|
|
MAINTAINER= matthias.andree@gmx.de
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Portable speedy, lossless data compression library
|
1998-12-02 00:11:12 +01:00
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2002-07-15 23:33:55 +02:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
2000-11-26 15:37:42 +01:00
|
|
|
CONFIGURE_ARGS= --enable-shared
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
1999-11-21 01:53:55 +01:00
|
|
|
|
1998-12-02 00:11:12 +01:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2005-06-29 21:31:48 +02:00
|
|
|
${MKDIR} ${DOCSDIR}
|
2001-12-06 13:23:12 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
|
1998-12-02 00:11:12 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|