2001-01-29 20:39:15 +01:00
|
|
|
# New ports collection makefile for: ucl
|
|
|
|
# Date created: 29 January 2001
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ucl
|
2004-10-12 09:54:43 +02:00
|
|
|
PORTVERSION= 1.03
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
2001-01-29 20:39:15 +01:00
|
|
|
CATEGORIES= archivers devel
|
2002-12-28 04:49:15 +01:00
|
|
|
MASTER_SITES= http://www.oberhumer.com/opensource/ucl/download/
|
2001-01-29 20:39:15 +01:00
|
|
|
|
2003-07-29 11:12:37 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-10-12 09:54:43 +02:00
|
|
|
COMMENT= A data compression library with low memory usage
|
2001-01-29 20:39:15 +01:00
|
|
|
|
2006-08-14 11:56:58 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2001-01-29 20:39:15 +01:00
|
|
|
CONFIGURE_ARGS= --enable-shared
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2001-01-29 20:39:15 +01:00
|
|
|
|
2004-10-12 09:54:43 +02:00
|
|
|
PORTDOCS= AUTHORS NEWS README THANKS TODO
|
2004-02-27 13:10:37 +01:00
|
|
|
|
2001-01-29 20:39:15 +01:00
|
|
|
post-install:
|
2004-10-12 09:54:43 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/uclpack ${PREFIX}/bin
|
2001-01-29 20:39:15 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
2004-02-27 13:10:37 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2004-10-12 09:54:43 +02:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
2001-01-29 20:39:15 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|