openbsd-ports/devel/libnotify/Makefile
landry 818cde702f Comma at end of enumerator list is not valid in c++ (and errors out when
using -pedantic), and some c++ code (like, mozilla) might use libnotify.
Fix offending header.

ok ajacoutot@
2012-01-28 09:33:09 +00:00

38 lines
743 B
Makefile

# $OpenBSD: Makefile,v 1.23 2012/01/28 09:33:09 landry Exp $
COMMENT= send desktop notifications to a notification daemon
GNOME_VERSION= 0.7.4
GNOME_PROJECT= libnotify
REVISION= 1
CATEGORIES= devel
SHARED_LIBS += notify 4.0 # .4.0
HOMEPAGE= http://www.galago-project.org/
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += c ffi gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += gthread-2.0 m pcre png pthread z
MODULES= devel/gettext \
x11/gnome
# gtk+3 is needed to build the tests
BUILD_DEPENDS= x11/gtk+3
LIB_DEPENDS= graphics/gdk-pixbuf2
MODGNOME_TOOLS= goi
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>