aboutsummaryrefslogtreecommitdiffstats
path: root/net/g2ipmsg/Makefile
blob: 5cfbb1280ae859630faab54678ec5de416982a59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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 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>