1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

archivers/ucl: Strip files, Add CONFLICTS (libucl)

- Strip installed binaries and libraries
- Add CONFLICTS against libucl
- Add LICENSE_FILE
- pkg-descr: Strip trailing-slash from WWW:
This commit is contained in:
Kubilay Kocak 2014-11-28 02:12:42 +00:00
parent 3fb7f0bd09
commit 8097337fd9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373526
2 changed files with 7 additions and 2 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= ucl
PORTVERSION= 1.03
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= archivers devel
MASTER_SITES= http://www.oberhumer.com/opensource/ucl/download/
@ -11,14 +11,19 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Data compression library with low memory usage
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
OPTIONS_DEFINE= DOCS
USES= libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared
INSTALL_TARGET= install-strip
CONFLICTS_INSTALL= libucl
PORTDOCS= AUTHORS NEWS README THANKS TODO
post-install:

View File

@ -4,4 +4,4 @@ UCL implements a number of compression algorithms that achieve an excellent
compression ratio while allowing *very* fast decompression. Decompression
requires no additional memory.
WWW: http://www.oberhumer.com/opensource/ucl/
WWW: http://www.oberhumer.com/opensource/ucl