1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/audio/raop_play/Makefile
Antoine Brodin 443d2d581d Fix build, using getline(3) from libc
Reported by:	pkg-fallout
2016-07-31 14:48:49 +00:00

35 lines
771 B
Makefile

# 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+
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
USE_GNOME= glib20
post-patch:
@${REINPLACE_CMD} 's/-lssl/-lcrypto/' \
${WRKSRC}/configure ${WRKSRC}/raop_play/Makefile.in
.include <bsd.port.mk>