freebsd-ports/audio/raop_play/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

34 lines
878 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= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= raop-play
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="-L${X11BASE}/lib -L${LOCALBASE}/lib"
USE_GMAKE= yes
USE_GNOME= glib20
pre-build:
${CP} ${FILESDIR}/getline.c ${FILESDIR}/getline.h ${WRKSRC}/rendezvous/
.include <bsd.port.mk>