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