freebsd-ports/audio/raop_play/Makefile

35 lines
771 B
Makefile
Raw Normal View History

# Created by: sumikawa
# $FreeBSD$
PORTNAME= raop_play
PORTVERSION= 0.5.1
PORTREVISION= 10
CATEGORIES= audio
MASTER_SITES= SF/raop-play/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Music file player for Apple Airport Express
LICENSE= GPLv2+
2015-11-25 03:15:05 +01:00
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \
libfltk.so:x11-toolkits/fltk \
libid3tag.so:audio/libid3tag
RUN_DEPENDS= mpg321:audio/mpg321 \
ogg123:audio/vorbis-tools \
faad:audio/faad \
flac:audio/flac
GNU_CONFIGURE= yes
CFLAGS+= -D_WITH_GETLINE
LDFLAGS+= `fltk-config --ldflags`
USES= gmake
2006-12-13 08:28:17 +01:00
USE_GNOME= glib20
post-patch:
@${REINPLACE_CMD} 's/-lssl/-lcrypto/' \
${WRKSRC}/configure ${WRKSRC}/raop_play/Makefile.in
2010-03-23 22:14:39 +01:00
.include <bsd.port.mk>