aboutsummaryrefslogtreecommitdiff
path: root/graphics/simage
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-23 00:59:51 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-23 00:59:51 +0000
commit5ac12e9265aa6d6e3aec1337d373d93c2834d8cc (patch)
tree4aea82a175d138ba90790842e00b27a4644c65e2 /graphics/simage
parent9c27d473eeece05d1c0407ead5ccc1b6c34ad68b (diff)
downloadports-5ac12e9265aa6d6e3aec1337d373d93c2834d8cc.tar.gz
ports-5ac12e9265aa6d6e3aec1337d373d93c2834d8cc.zip
- Switch graphics/simage USES=libtool, drop .la files
- Strip library - Use new LIB_DEPENDS syntax - Bump dependent ports as .so version has changed Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=358884
Diffstat (limited to 'graphics/simage')
-rw-r--r--graphics/simage/Makefile19
-rw-r--r--graphics/simage/pkg-plist5
2 files changed, 12 insertions, 12 deletions
diff --git a/graphics/simage/Makefile b/graphics/simage/Makefile
index 0bc7049ee42c..03fe3c5203a2 100644
--- a/graphics/simage/Makefile
+++ b/graphics/simage/Makefile
@@ -3,23 +3,24 @@
PORTNAME= simage
PORTVERSION= 1.7.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= http://ftp.coin3d.org/coin/src/all/
MAINTAINER= ports@FreeBSD.org
COMMENT= Library with image format loaders and front-ends
-LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
- vorbis.4:${PORTSDIR}/audio/libvorbis \
- jasper.4:${PORTSDIR}/graphics/jasper \
- jpeg.11:${PORTSDIR}/graphics/jpeg \
- gif.5:${PORTSDIR}/graphics/giflib \
- png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \
+ libvorbis.so:${PORTSDIR}/audio/libvorbis \
+ libjasper.so:${PORTSDIR}/graphics/jasper \
+ libjpeg.so:${PORTSDIR}/graphics/jpeg \
+ libgif.so:${PORTSDIR}/graphics/giflib \
+ libpng15.so:${PORTSDIR}/graphics/png
-USES= pathfix
-USE_AUTOTOOLS= libtool
+USES= pathfix libtool
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-mpeg2enc
+INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/graphics/simage/pkg-plist b/graphics/simage/pkg-plist
index ec930f7cccec..20dbf2da70b6 100644
--- a/graphics/simage/pkg-plist
+++ b/graphics/simage/pkg-plist
@@ -1,9 +1,8 @@
bin/simage-config
include/simage.h
-lib/libsimage.a
-lib/libsimage.la
lib/libsimage.so
-lib/libsimage.so.27
+lib/libsimage.so.20
+lib/libsimage.so.20.7.0
libdata/pkgconfig/simage.pc
share/Coin/conf/simage-default.cfg
share/aclocal/simage.m4