Makefile 620 B

123456789101112131415161718192021222324252627282930
  1. # $OpenBSD: Makefile,v 1.19 2016/09/13 16:12:14 naddy Exp $
  2. COMMENT= streaming source client that uses external en-/decoders
  3. DISTNAME= ezstream-0.6.0
  4. CATEGORIES= net multimedia
  5. HOMEPAGE= http://www.icecast.org/ezstream/
  6. # GPLv2
  7. PERMIT_PACKAGE_CDROM= Yes
  8. WANTLIB= c iconv m ogg pthread theora vorbis \
  9. shout>=3 speex>=4 xml2>=9 tag_c>=1
  10. MASTER_SITES= http://downloads.xiph.org/releases/ezstream/
  11. LIB_DEPENDS= converters/libiconv \
  12. net/libshout \
  13. audio/speex \
  14. textproc/libxml \
  15. audio/taglib
  16. SEPARATE_BUILD= Yes
  17. CONFIGURE_STYLE= gnu
  18. CONFIGURE_ARGS+= --with-taglib="${LOCALBASE}"
  19. .include <bsd.port.mk>