pkgsrc-wip/ezstream/Makefile
Aleksej Saushev 90d227ea69 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-28 22:07:28 +00:00

24 lines
672 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/09/28 22:07:37 asau Exp $
#
DISTNAME= ezstream-0.2.0
CATEGORIES= audio
MASTER_SITES= http://downloads.us.xiph.org/releases/ezstream/
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://downloads.us.xiph.org/releases/ezstream/
COMMENT= Streamming client of mp3 and oggvorbis for icecast
PKG_DESTDIR_SUPPORT= none
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX:Q}/share/doc/ezstream
${INSTALL_DATA} ${WRKSRC:Q}/README ${PREFIX:Q}/share/doc/ezstream/
.include "../../audio/libshout/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"