pkgsrc/audio/libshout/Makefile

24 lines
602 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.10 2009/08/04 13:31:24 joerg 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
2008-07-14 14:55:56 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= YES
PTHREAD_OPTS+= require
USE_TOOLS+= pkg-config
GNU_CONFIGURE= YES
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../multimedia/libtheora/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"