mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
34 lines
861 B
Makefile
34 lines
861 B
Makefile
# New ports collection makefile for: raop_play
|
|
# Date created: 8 Dec 2006
|
|
# Whom: sumikawa
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= raop_play
|
|
PORTVERSION= 0.5.1
|
|
PORTREVISION= 7
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/raop-play/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= sumikawa@FreeBSD.org
|
|
COMMENT= A music file player for Apple Airport Express
|
|
|
|
LIB_DEPENDS= samplerate.1:${PORTSDIR}/audio/libsamplerate \
|
|
fltk.1:${PORTSDIR}/x11-toolkits/fltk \
|
|
id3tag.0:${PORTSDIR}/audio/libid3tag
|
|
RUN_DEPENDS= mpg321:${PORTSDIR}/audio/mpg321 \
|
|
ogg123:${PORTSDIR}/audio/vorbis-tools \
|
|
faad:${PORTSDIR}/audio/faad \
|
|
flac:${PORTSDIR}/audio/flac
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LDFLAGS="`fltk-config --ldflags`"
|
|
USE_GMAKE= yes
|
|
USE_GNOME= glib20
|
|
|
|
pre-build:
|
|
${CP} ${FILESDIR}/getline.c ${FILESDIR}/getline.h ${WRKSRC}/rendezvous/
|
|
|
|
.include <bsd.port.mk>
|