mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Fix libvcdinfo.pc
o This will allow vcd support to work in multimedia/vlc (and possibly other ports) Use libtool PR: ports/71171 Submitted by: Michael Johnson <ahze@ahze.net>
This commit is contained in:
parent
ee872fe9c2
commit
023495baed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117817
@ -6,7 +6,7 @@
|
||||
|
||||
PORTNAME= vcdimager
|
||||
PORTVERSION= 0.7.20
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://www.vcdimager.org/pub/vcdimager/vcdimager-0.7_UNSTABLE/ \
|
||||
${MASTER_SITE_GNU_ALPHA}
|
||||
@ -19,9 +19,11 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
|
||||
xml2:${PORTSDIR}/textproc/libxml2 \
|
||||
cdio.1:${PORTSDIR}/sysutils/libcdio
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL_VER=15
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnometarget gnomehack pkgconfig
|
||||
USE_GNOME= gnometarget gnomehack pkgconfig lthack
|
||||
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
@ -29,4 +31,7 @@ MAN1= cdxa2mpeg.1 vcdimager.1 vcdxminfo.1 vcdxrip.1 vcdxgen.1 \
|
||||
vcdxbuild.1 vcd-info.1
|
||||
INFO= vcdimager vcdxrip vcd-info
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|libvcd||' ${WRKSRC}/libvcdinfo.pc.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -13,7 +13,6 @@ include/libvcd/logging.h
|
||||
include/libvcd/sector.h
|
||||
include/libvcd/types.h
|
||||
include/libvcd/version.h
|
||||
lib/libvcdinfo.la
|
||||
lib/libvcdinfo.so.0
|
||||
lib/libvcdinfo.so
|
||||
lib/libvcdinfo.a
|
||||
|
Loading…
Reference in New Issue
Block a user