1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/multimedia/butt/Makefile
Kurt Jaeger 5468b4d6b0 multimedia/butt: update 0.1.22 -> 0.1.25
PR:		250993
Submitted by:	Per Gunnarsson <per.gunnarsson@yandex.com>
Relnotes:	https://danielnoethen.de/butt/Changelog.html
2020-11-11 06:14:11 +00:00

33 lines
835 B
Makefile

# $FreeBSD$
PORTNAME= butt
PORTVERSION= 0.1.25
CATEGORIES= multimedia graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= pi@FreeBSD.org
COMMENT= Broadcast SHOUTcast and Icecast streams
LICENSE= GPLv2
LIB_DEPENDS= libdbus-1.so:devel/dbus \
libFLAC.so:audio/flac \
libfdk-aac.so:audio/fdk-aac \
libfltk_images.so:x11-toolkits/fltk \
libfontconfig.so:x11-fonts/fontconfig \
libmp3lame.so:audio/lame \
libogg.so:audio/libogg \
libopus.so:audio/opus \
libpng.so:graphics/png \
libportaudio.so:audio/portaudio \
libsamplerate.so:audio/libsamplerate \
libvorbis.so:audio/libvorbis
USES= autoreconf compiler:c++11-lang gmake jpeg pkgconfig xorg ssl uidfix
USE_XORG= x11 xrender xcursor xfixes xext xft xinerama
GNU_CONFIGURE= yes
PLIST_FILES= bin/butt
.include <bsd.port.mk>