2013-08-31 01:01:05 +02:00
|
|
|
# Created by: sumikawa
|
2006-12-08 19:14:11 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= raop_play
|
|
|
|
PORTVERSION= 0.5.1
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 8
|
2006-12-08 19:14:11 +01:00
|
|
|
CATEGORIES= audio
|
2009-08-22 02:13:26 +02:00
|
|
|
MASTER_SITES= SF/raop-play/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
2006-12-08 19:14:11 +01:00
|
|
|
|
|
|
|
MAINTAINER= sumikawa@FreeBSD.org
|
|
|
|
COMMENT= A music file player for Apple Airport Express
|
|
|
|
|
2013-12-11 15:35:36 +01:00
|
|
|
LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
|
|
|
|
libfltk.so:${PORTSDIR}/x11-toolkits/fltk \
|
|
|
|
libid3tag.so:${PORTSDIR}/audio/libid3tag
|
2006-12-08 19:14:11 +01:00
|
|
|
RUN_DEPENDS= mpg321:${PORTSDIR}/audio/mpg321 \
|
|
|
|
ogg123:${PORTSDIR}/audio/vorbis-tools \
|
|
|
|
faad:${PORTSDIR}/audio/faad \
|
|
|
|
flac:${PORTSDIR}/audio/flac
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
LDFLAGS+= `fltk-config --ldflags`
|
2013-08-31 01:01:05 +02:00
|
|
|
USES= gmake
|
2013-09-20 16:36:35 +02:00
|
|
|
NO_STAGE= yes
|
2006-12-13 08:28:17 +01:00
|
|
|
USE_GNOME= glib20
|
2006-12-08 19:14:11 +01:00
|
|
|
|
|
|
|
pre-build:
|
|
|
|
${CP} ${FILESDIR}/getline.c ${FILESDIR}/getline.h ${WRKSRC}/rendezvous/
|
|
|
|
|
2010-03-23 22:14:39 +01:00
|
|
|
.include <bsd.port.mk>
|