aboutsummaryrefslogtreecommitdiff
path: root/archivers/ucl/Makefile
blob: 77a84071b6b2616d952757622dad46edb640dfed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:	ucl
# Date created:				29 January 2001
# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	ucl
PORTVERSION=	1.02
CATEGORIES=	archivers devel
MASTER_SITES=	http://www.oberhumer.com/opensource/ucl/download/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A data compression library with low memory usage during decompression

INSTALLS_SHLIB=	yes
USE_LIBTOOL_VER=	13
CONFIGURE_ARGS=	--enable-shared

PORTDOCS=	COPYING README

post-install:
	${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/uclpack \
		${PREFIX}/bin/uclpack
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
	${INSTALL_DATA}	${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>