2000-06-07 19:15:03 +02:00
|
|
|
# New ports collection makefile for: libshout
|
|
|
|
# Date created: 06 Jun 2000
|
2008-11-08 16:13:27 +01:00
|
|
|
# Whom: Zach Zurflu <zach@pabst.bendnet.com>
|
2000-06-07 19:15:03 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libshout
|
2001-12-13 08:55:35 +01:00
|
|
|
PORTVERSION= 1.0.7
|
2000-06-07 19:15:03 +02:00
|
|
|
CATEGORIES= audio net
|
2005-10-07 16:18:32 +02:00
|
|
|
#MASTER_SITES= http://downloads.xiph.org/releases/libshout/
|
2000-06-07 19:15:03 +02:00
|
|
|
|
2008-09-07 02:36:27 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2008-11-08 16:13:27 +01:00
|
|
|
COMMENT= Connect and transmit data to an Icecast media streaming server
|
2003-10-10 10:07:11 +02:00
|
|
|
|
|
|
|
CONFLICTS= libshout2-*
|
2000-06-07 19:15:03 +02:00
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2000-06-07 19:15:03 +02:00
|
|
|
GNU_CONFIGURE= yes
|
- 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
|
2008-11-08 16:13:27 +01:00
|
|
|
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
|
|
|
|
EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-O20||' ${WRKSRC}/configure
|
2000-06-07 19:15:03 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|