2000-06-07 19:15:03 +02:00
|
|
|
# New ports collection makefile for: libshout
|
|
|
|
# Date created: 06 Jun 2000
|
|
|
|
# Whom: zach@pabst.bendnet.com
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-01-15 21:40:48 +01:00
|
|
|
PORTNAME= libshout2
|
2007-03-30 04:10:54 +02:00
|
|
|
PORTVERSION= 2.2.2
|
2007-10-09 20:20:07 +02:00
|
|
|
PORTREVISION= 2
|
2003-08-06 17:21:10 +02:00
|
|
|
PORTEPOCH= 1
|
2000-06-07 19:15:03 +02:00
|
|
|
CATEGORIES= audio net
|
2005-04-08 01:56:13 +02:00
|
|
|
MASTER_SITES= http://downloads.xiph.org/releases/libshout/
|
2003-08-06 17:21:10 +02:00
|
|
|
DISTNAME= libshout-${PORTVERSION}
|
2000-06-07 19:15:03 +02:00
|
|
|
|
2003-08-06 17:21:10 +02:00
|
|
|
MAINTAINER= lofi@freebsd.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= Routines for connecting and transmitting data to the icecast server
|
2000-06-07 19:15:03 +02:00
|
|
|
|
2007-02-23 23:51:12 +01:00
|
|
|
LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex \
|
2007-10-09 20:20:07 +02:00
|
|
|
theora.0:${PORTSDIR}/multimedia/libtheora \
|
2007-07-28 14:27:31 +02:00
|
|
|
vorbis.4:${PORTSDIR}/audio/libvorbis
|
2003-01-15 21:40:48 +01:00
|
|
|
|
2004-08-26 22:21:59 +02:00
|
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
|
2003-01-15 21:40:48 +01:00
|
|
|
LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2003-01-15 21:40:48 +01:00
|
|
|
USE_GMAKE= yes
|
2003-08-18 16:00:16 +02:00
|
|
|
USE_GNOME+= pkgconfig
|
2006-05-07 04:57:34 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2003-08-06 17:21:10 +02:00
|
|
|
CONFLICTS= libshout-1.0.7
|
2000-06-07 19:15:03 +02:00
|
|
|
|
2003-10-23 12:37:55 +02:00
|
|
|
pre-configure:
|
|
|
|
@ ${REINPLACE_CMD} -e "s|-ffast-math||g" ${WRKSRC}/configure
|
|
|
|
|
2003-08-13 00:20:53 +02:00
|
|
|
post-configure:
|
|
|
|
@ ${REINPLACE_CMD} -e "s|pkgconfigdir =.*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|g" \
|
|
|
|
${WRKSRC}/Makefile
|
|
|
|
|
2004-05-31 15:28:23 +02:00
|
|
|
.include <bsd.port.mk>
|