1998-12-01 23:11:12 +00:00
|
|
|
# New ports collection makefile for: lzo
|
|
|
|
# Date created: 21 Feb 1998
|
|
|
|
# Whom: giffunip@asme.org
|
|
|
|
#
|
1999-08-25 04:25:23 +00:00
|
|
|
# $FreeBSD$
|
1998-12-01 23:11:12 +00:00
|
|
|
#
|
|
|
|
|
2005-08-29 07:32:09 +00:00
|
|
|
PORTNAME= lzo2
|
2005-11-02 01:39:34 +00:00
|
|
|
PORTVERSION= 2.02
|
2006-02-23 10:40:44 +00:00
|
|
|
PORTREVISION= 1
|
1998-12-01 23:11:12 +00:00
|
|
|
CATEGORIES= archivers devel
|
2005-11-07 02:20:50 +00: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 19:41:12 +00:00
|
|
|
MASTER_SITE_SUBDIR= libs/compression
|
2005-08-29 07:32:09 +00:00
|
|
|
DISTNAME= lzo-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
|
1998-12-01 23:11:12 +00:00
|
|
|
|
2005-08-29 07:32:09 +00:00
|
|
|
MAINTAINER= matthias.andree@gmx.de
|
2003-02-20 17:07:10 +00:00
|
|
|
COMMENT= Portable speedy, lossless data compression library
|
1998-12-01 23:11:12 +00:00
|
|
|
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2002-07-15 21:33:55 +00:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
2000-11-26 14:37:42 +00:00
|
|
|
CONFIGURE_ARGS= --enable-shared
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-11-21 00:53:55 +00:00
|
|
|
|
1998-12-01 23:11:12 +00:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2005-06-29 19:31:48 +00:00
|
|
|
${MKDIR} ${DOCSDIR}
|
2001-12-06 12:23:12 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
|
1998-12-01 23:11:12 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|