mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Bento fixes.
Notified by: kris (bento) Approved by: arved (Mentor)
This commit is contained in:
parent
d6780d08c9
commit
1783dac8db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87202
@ -22,8 +22,6 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
|
||||
vorbis.2:${PORTSDIR}/audio/libvorbis \
|
||||
xslt.1:${PORTSDIR}/textproc/libxslt
|
||||
|
||||
CONFIGURE_ENV= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= libshout2
|
||||
PORTVERSION= 2.0
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= audio net
|
||||
MASTER_SITES= http://www.icecast.org/files/libshout/
|
||||
@ -22,23 +23,13 @@ CONFIGURE_ENV= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_GMAKE= yes
|
||||
WANT_GNOME= yes
|
||||
USE_GNOME+= pkgconfig
|
||||
USE_LIBTOOL_VER=13
|
||||
CONFLICTS= libshout-1.0.7
|
||||
USE_REINPLACE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${HAVE_GNOME:Mpkgconfig}!=""
|
||||
USE_GNOME+= pkgconfig
|
||||
PLIST_SUB+= WITH_PKGCONFIG=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-pkgconfig
|
||||
PLIST_SUB+= WITH_PKGCONFIG="@comment "
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
@ ${REINPLACE_CMD} -e "s|pkgconfigdir =.*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|g" \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,11 +3,11 @@ lib/libshout.a
|
||||
lib/libshout.la
|
||||
lib/libshout.so
|
||||
lib/libshout.so.3
|
||||
%%WITH_PKGCONFIG%%libdata/pkgconfig/shout.pc
|
||||
libdata/pkgconfig/shout.pc
|
||||
share/aclocal/shout.m4
|
||||
share/doc/libshout/COPYING
|
||||
share/doc/libshout/README
|
||||
share/doc/libshout/example.c
|
||||
@dirrm share/doc/libshout
|
||||
%%WITH_PKGCONFIG%%@dirrm libdata/pkgconfig
|
||||
@dirrm libdata/pkgconfig
|
||||
@dirrm include/shout
|
||||
|
Loading…
Reference in New Issue
Block a user