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$
|
|
|
|
#
|
|
|
|
|
|
|
|
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
|
|
|
|
2003-10-10 10:07:11 +02:00
|
|
|
MAINTAINER= lofi@freebsd.org
|
|
|
|
COMMENT= Routines for connecting and transmitting data to the icecast server
|
|
|
|
|
|
|
|
CONFLICTS= libshout2-*
|
2000-06-07 19:15:03 +02:00
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2000-06-07 19:15:03 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-06-07 19:15:03 +02:00
|
|
|
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|