diff options
Diffstat (limited to 'multimedia/vcdimager/Makefile')
-rw-r--r-- | multimedia/vcdimager/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/multimedia/vcdimager/Makefile b/multimedia/vcdimager/Makefile index 06cd8f049545..f92bc3c55ab5 100644 --- a/multimedia/vcdimager/Makefile +++ b/multimedia/vcdimager/Makefile @@ -3,7 +3,7 @@ PORTNAME= vcdimager PORTVERSION= 0.7.24 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= vcdimager @@ -13,25 +13,24 @@ COMMENT= GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Ripping Tool LICENSE= GPLv2 -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - xml2:${PORTSDIR}/textproc/libxml2 \ - cdio.13:${PORTSDIR}/sysutils/libcdio +LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ + libxml2.so:${PORTSDIR}/textproc/libxml2 \ + libcdio.so:${PORTSDIR}/sysutils/libcdio -USES= pkgconfig pathfix +USES= gmake pkgconfig pathfix USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GMAKE= yes USE_GNOME= lthack CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= cdxa2mpeg.1 vcdimager.1 vcdxminfo.1 vcdxrip.1 vcdxgen.1 \ - vcdxbuild.1 vcd-info.1 INFO= vcdimager vcdxrip vcd-info -NO_STAGE= yes 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> |