1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net/libdmapsharing/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

42 lines
1.3 KiB
Makefile

# Created by: Gustau Perez <gustau.perez@gmail.com>
# $FreeBSD$
# $MCom: ports/trunk/net/libdmapsharing/Makefile 19962 2014-10-15 14:57:24Z gusi $
PORTNAME= libdmapsharing
PORTVERSION= 2.9.24
PORTREVISION= 2
CATEGORIES= net gnome
MASTER_SITES= https://www.flyn.org/projects/libdmapsharing/
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME music playing application
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
libgee-0.8.so:devel/libgee
BUILD_DEPENDS= vapigen:lang/vala
USES= gettext gmake libtool pathfix pkgconfig
USE_GNOME= gnomeprefix gtk20 introspection:build
USE_GSTREAMER1= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-introspection \
--with-mdns=avahi
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags gtk+-3.0`
LDFLAGS+= -L${LOCALBASE}/lib `pkg-config --libs gtk+-3.0`
INSTALL_TARGET= install-strip
OPTIONS_SUB= yes
OPTIONS_DEFAULT= AVAHI
OPTIONS_SINGLE= MDNS
OPTIONS_SINGLE_MDNS= AVAHI MDNSRESPONDER
AVAHI_LIB_DEPENDS= libavahi-core.so:net/avahi-app
AVAHI_CONFIGURE_ON= --with-mdns=avahi
MDNSRESPONDER_LIB_DEPENDS= libdns_sd.so:net/mDNSResponder \
libavahi-glib.so:net/avahi-app
MDNSRESPONDER_CONFIGURE_ON= --with-mdns=mdns
MDNSRESPONDER_DESC+= Zeroconf support via mDNSResponder (broken)
.include <bsd.port.mk>