1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/net/g2ipmsg/Makefile
Mathieu Arnold a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00

30 lines
646 B
Makefile

# Created by: Norikatsu Shigemura <nork@FreeBSD.org>
# $FreeBSD$
PORTNAME= g2ipmsg
PORTVERSION= 0.9.6
PORTREVISION= 2
CATEGORIES= net gnome
MASTER_SITES= http://ipmsg.org/archive/
MAINTAINER= ports@FreeBSD.org
COMMENT= Popup style message communication tool for GNOME2
LICENSE= GPLv2+
USES= gettext gmake pathfix pkgconfig ssl
USE_GNOME= gnomeprefix intltool libgnomeui
USE_GSTREAMER= vorbis
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>