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
|
|
|
|
MASTER_SITES= http://developer.icecast.org/libshout/releases/
|
|
|
|
|
|
|
|
MAINTAINER= zach@pabst.bendnet.com
|
|
|
|
|
|
|
|
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>
|