opnsense-ports/net/g2ipmsg/Makefile
Franco Fichtner 9a0e15ff25 */*: sync with upstream
Taken from: FreeBSD
2015-08-03 07:41:06 +02:00

30 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>