pkgsrc/audio/libshout/Makefile
drochner 55d967ba6f update to 2.2.2
changes: bugfixes
pkgsrc change: enable pkg-config again, so that the .pc file gets
installed (didn't find a pkg which depends on the old shout-config
script)
from Guillaume Lasmayous per PR pkg/41468
2009-07-30 16:41:18 +00:00

22 lines
580 B
Makefile

# $NetBSD: Makefile,v 1.9 2009/07/30 16:41:18 drochner Exp $
#
DISTNAME= libshout-2.2.2
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/libshout/
MAINTAINER= kim@tac.nyc.ny.us
HOMEPAGE= http://directory.fsf.org/audio/ogg/libshout.html
COMMENT= Connects and sends data to icecast servers
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= YES
PTHREAD_OPTS+= require
GNU_CONFIGURE= YES
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../multimedia/libtheora/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"