1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/net/g2ipmsg/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

31 lines
671 B
Makefile

# Created by: Norikatsu Shigemura <nork@FreeBSD.org>
# $FreeBSD$
PORTNAME= g2ipmsg
PORTVERSION= 0.9.6
PORTREVISION= 1
CATEGORIES= net gnome
MASTER_SITES= http://ipmsg.org/archive/
MAINTAINER= ports@FreeBSD.org
COMMENT= Popup style message communication tool for GNOME2
LICENSE= GPLv2 # (or later)
USES= gettext gmake pathfix pkgconfig
USE_GNOME= gnomeprefix intltool libgnomeui
USE_GSTREAMER= vorbis
USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-doxygen-doc \
--enable-systray \
--disable-applet \
--with-ssl=${OPENSSLBASE}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GCONF_SCHEMAS= g2ipmsg.schemas
.include <bsd.port.mk>