2000-06-07 17:15:03 +00:00
|
|
|
# New ports collection makefile for: libshout
|
|
|
|
# Date created: 06 Jun 2000
|
|
|
|
# Whom: zach@pabst.bendnet.com
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libshout
|
2001-12-13 07:55:35 +00:00
|
|
|
PORTVERSION= 1.0.7
|
2000-06-07 17:15:03 +00:00
|
|
|
CATEGORIES= audio net
|
2005-10-07 14:18:32 +00:00
|
|
|
#MASTER_SITES= http://downloads.xiph.org/releases/libshout/
|
2000-06-07 17:15:03 +00:00
|
|
|
|
2003-10-10 08:07:11 +00:00
|
|
|
MAINTAINER= lofi@freebsd.org
|
|
|
|
COMMENT= Routines for connecting and transmitting data to the icecast server
|
|
|
|
|
|
|
|
CONFLICTS= libshout2-*
|
2000-06-07 17:15:03 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-06-07 17:15:03 +00:00
|
|
|
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|