aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-01-07 22:43:55 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-01-07 22:43:55 +0800
commit2b74f3965842e0205d183a89ff0fa4b82eb442ab (patch)
tree9b7159656b6d162396fb45c81fd2eb72ac452a9e /archivers
parent1d68487c4752665f267cbd7fcdf0b51af607ab7f (diff)
downloadfreebsd-ports-gnome-2b74f3965842e0205d183a89ff0fa4b82eb442ab.tar.gz
freebsd-ports-gnome-2b74f3965842e0205d183a89ff0fa4b82eb442ab.tar.zst
freebsd-ports-gnome-2b74f3965842e0205d183a89ff0fa4b82eb442ab.zip
- Clarify LICENSE
- Switch to options helpers
Diffstat (limited to 'archivers')
-rw-r--r--archivers/ucl/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/archivers/ucl/Makefile b/archivers/ucl/Makefile
index 454a0f21dd36..4a682162f333 100644
--- a/archivers/ucl/Makefile
+++ b/archivers/ucl/Makefile
@@ -10,24 +10,25 @@ MASTER_SITES= http://www.oberhumer.com/opensource/ucl/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Data compression library with low memory usage
-LICENSE= GPLv2
+LICENSE= GPLv2 # or later
LICENSE_FILE= ${WRKSRC}/COPYING
-OPTIONS_DEFINE= DOCS
+CONFLICTS_INSTALL= libucl
USES= libtool
-USE_LDCONFIG= yes
-
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared
-
-INSTALL_TARGET= install-strip
-CONFLICTS_INSTALL= libucl
+USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
PORTDOCS= AUTHORS NEWS README THANKS TODO
+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}