blob: 13a1065788a5129c7f90ebef97bf9f95922b3411 (
plain)
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
33
34
|
PORTNAME= ucl
PORTVERSION= 1.03
PORTREVISION= 5
CATEGORIES= archivers devel
MASTER_SITES= http://www.oberhumer.com/opensource/ucl/download/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Data compression library with low memory usage
WWW= https://www.oberhumer.com/opensource/ucl/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool
CONFIGURE_ARGS= --enable-shared
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
PORTDOCS= AUTHORS NEWS README THANKS TODO
CONFLICTS_INSTALL= libucl
OPTIONS_DEFINE= DOCS
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/uclpack ${STAGEDIR}${PREFIX}/bin
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
|