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
|
|
|
#
|
|
|
|
|
2000-04-09 01:24:42 +02:00
|
|
|
PORTNAME= lzo
|
2002-07-14 12:44:08 +02:00
|
|
|
PORTVERSION= 1.08
|
2002-07-15 23:33:55 +02:00
|
|
|
PORTREVISION= 1
|
1998-12-02 00:11:12 +01:00
|
|
|
CATEGORIES= archivers devel
|
2002-12-28 04:16:04 +01:00
|
|
|
MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/
|
1999-09-04 21:46:24 +02:00
|
|
|
MASTER_SITE_SUBDIR= libs/compression
|
1998-12-02 00:11:12 +01:00
|
|
|
|
1999-09-04 21:46:24 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Portable speedy, lossless data compression library
|
1998-12-02 00:11:12 +01:00
|
|
|
|
2004-07-09 19:43:11 +02:00
|
|
|
USE_INC_LIBTOOL_VER= 13
|
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
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-11-21 01:53:55 +01:00
|
|
|
|
1998-12-02 00:11:12 +01:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2001-12-06 13:23:12 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
|
1998-12-02 00:11:12 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|