aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vcdimager
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-04-24 18:40:31 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-04-24 18:40:31 +0000
commit4eeb2ea20a9e69ea0598695893cbad4bef18a8e0 (patch)
treecd50457ffc2abb17779d4c866ddfbf097c12917a /multimedia/vcdimager
parent30d6036b44bf531d9380e610e7810147000c4094 (diff)
downloadports-4eeb2ea20a9e69ea0598695893cbad4bef18a8e0.tar.gz
ports-4eeb2ea20a9e69ea0598695893cbad4bef18a8e0.zip
- Convert to USES=libtool.
- Replace post-install with INSTALL_TARGET=install-strip.
Notes
Notes: svn path=/head/; revision=352048
Diffstat (limited to 'multimedia/vcdimager')
-rw-r--r--multimedia/vcdimager/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/multimedia/vcdimager/Makefile b/multimedia/vcdimager/Makefile
index 0ae8e9d61e22..b131a01cbab6 100644
--- a/multimedia/vcdimager/Makefile
+++ b/multimedia/vcdimager/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vcdimager
PORTVERSION= 0.7.24
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= vcdimager
@@ -17,11 +17,10 @@ LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \
libxml2.so:${PORTSDIR}/textproc/libxml2 \
libcdio.so:${PORTSDIR}/sysutils/libcdio
-USES= gmake pkgconfig pathfix
-USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
+USES= gmake libtool:oldver pathfix pkgconfig
USE_LDCONFIG= yes
-USE_GNOME= lthack
CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -30,7 +29,4 @@ INFO= vcdimager vcdxrip vcd-info
post-patch:
@${REINPLACE_CMD} -e 's|libvcd||' ${WRKSRC}/libvcdinfo.pc.in
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvcdinfo.so.2
-
.include <bsd.port.mk>