1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Convert to USES=libtool.

- Replace post-install with INSTALL_TARGET=install-strip.
This commit is contained in:
Tijl Coosemans 2014-04-24 18:40:31 +00:00
parent 30d6036b44
commit 4eeb2ea20a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352048

View File

@ -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>