freebsd-ports/audio/gqradio/Makefile
Tijl Coosemans 216b5a285f - Fix missing library problems when the linker enforces explicit linking
PR:		192062
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-08-26 14:06:08 +00:00

46 lines
1.1 KiB
Makefile

# Created by: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
# $FreeBSD$
PORTNAME= gqradio
PORTVERSION= 1.9.2
PORTREVISION= 11
CATEGORIES= audio
MASTER_SITES= SF/gqmpeg/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK2 based FM tuner
LICENSE= GPLv2
USES= gettext pathfix pkgconfig
USE_GNOME= gtk20
USE_XORG= x11
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lm -lX11
OPTIONS_DEFINE= DOCS V4L
V4L_BUILD_DEPENDS= v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat
V4L_CONFIGURE_ENV_OFF= ac_cv_header_linux_videodev_h=no
post-patch:
@${REINPLACE_CMD} -e \
's|header_machine_ioctl_bt848|header_dev_bktr_ioctl_bt848| ; \
s|machine/ioctl_bt848|dev/bktr/ioctl_bt848| ; \
s|\(doc/gqradio\)-\$$VERSION|\1|' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e \
's|^\(readmedir = \).*|\1$$(prefix)/share/doc/gqradio|; \
s|COPYING||' \
${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e \
's|^\(Icon=\).*|\1${PREFIX}/share/pixmaps/gqradio.png|' \
${WRKSRC}/gqradio.desktop
@${REINPLACE_CMD} -e \
's|machine/ioctl_bt848|dev/bktr/ioctl_bt848|' \
${WRKSRC}/src/io_radio.c
.include <bsd.port.mk>