freebsd-ports/www/libepc/Makefile
Koop Mast 2f0486b647 Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
2015-08-02 20:23:55 +00:00

27 lines
743 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/www/libepc/Makefile 19822 2014-08-20 08:57:46Z gusi $
PORTNAME= libepc
PORTVERSION= 0.4.4
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= GNOME
MAINTAINER= kwm@FreeBSD.org
COMMENT= The Easy Publish and Consume library
LIB_DEPENDS= libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
libgnutls.so:${PORTSDIR}/security/gnutls \
libavahi-ui-gtk3.so:${PORTSDIR}/net/avahi-gtk3
USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= gnomeprefix gtk30 intltool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
.include <bsd.port.mk>