freebsd-ports/audio/herrie/Makefile

51 lines
1.4 KiB
Makefile
Raw Normal View History

# Created by: Ed Schouten <ed@FreeBSD.org>
# $FreeBSD$
PORTNAME= herrie
PORTVERSION= 2.2
PORTREVISION= 12
CATEGORIES= audio
MASTER_SITES= http://herrie.info/distfiles/ \
http://www.stack.nl/~ed/projects/herrie/distfiles/
MAINTAINER= ed@FreeBSD.org
2014-04-06 20:19:46 +02:00
COMMENT= Small command line interface music player
HAS_CONFIGURE= yes
CONFIGURE_ARGS+=verbose
CONFIGURE_ENV+= PREFIX=${PREFIX}
USES= pkgconfig ncurses tar:bzip2
USE_GNOME= glib20
2014-04-06 20:19:46 +02:00
OPTIONS_DEFINE= MAD VORBIS SNDFILE MODPLUG HTTP LIBAO XCURSES XSPF NLS
OPTIONS_DEFAULT= MAD VORBIS HTTP XSPF
2014-04-06 20:19:46 +02:00
OPTIONS_SUB= yes
HTTP_DESC= HTTP streams and AudioScrobbler support
LIBAO_DESC= LibAO support (breaks chroot)
XCURSES_DESC= Build XCurses version
MAD_LIB_DEPENDS= libmad.so:audio/libmad \
libid3tag.so:audio/libid3tag
2014-04-06 20:19:46 +02:00
MAD_CONFIGURE_OFF=no_mp3
VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis
2014-04-06 20:19:46 +02:00
VORBIS_CONFIGURE_OFF=no_vorbis
SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile
2014-04-06 20:19:46 +02:00
SNDFILE_CONFIGURE_OFF=no_sndfile
MODPLUG_LIB_DEPENDS= libmodplug.so:audio/libmodplug
MODPLUG_CFLAGS= -I${LOCALBASE}/include/libmodplug
2014-04-06 20:19:46 +02:00
MODPLUG_CONFIGURE_OFF=no_modplug
HTTP_LIB_DEPENDS= libcurl.so:ftp/curl
2014-04-06 20:19:46 +02:00
HTTP_CONFIGURE_OFF=no_http no_scrobbler
LIBAO_LIB_DEPENDS= libao.so:audio/libao
2014-04-06 20:19:46 +02:00
LIBAO_CONFIGURE_ON=ao
XCURSES_LIB_DEPENDS= libXCurses.so:devel/pdcurses
2014-04-06 20:19:46 +02:00
XCURSES_CONFIGURE_ON=xcurses
XSPF_LIB_DEPENDS= libxspf.so:multimedia/libxspf
2014-04-06 20:19:46 +02:00
XSPF_CONFIGURE_OFF=no_xspf
NLS_USES= gettext
NLS_CONFIGURE_OFF=no_nls
.include <bsd.port.mk>