2011-05-10 01:17:17 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2011/05/10 05:17:17 ajacoutot Exp $
|
2007-04-23 13:27:04 -04:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= send desktop notifications to a notification daemon
|
2007-04-23 13:27:04 -04:00
|
|
|
|
2011-05-10 01:17:17 -04:00
|
|
|
GNOME_VERSION= 0.7.3
|
2010-11-04 05:49:52 -04:00
|
|
|
GNOME_PROJECT= libnotify
|
|
|
|
|
2007-04-23 13:27:04 -04:00
|
|
|
CATEGORIES= devel
|
2010-11-04 05:49:52 -04:00
|
|
|
|
2011-04-21 03:04:37 -04:00
|
|
|
SHARED_LIBS += notify 4.0 # .4.0
|
2007-04-23 13:27:04 -04:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.galago-project.org/
|
|
|
|
|
2008-12-17 07:24:41 -05:00
|
|
|
# LGPLv2.1
|
2007-04-23 13:27:04 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-11-13 09:06:21 -05:00
|
|
|
|
2011-04-21 03:03:21 -04:00
|
|
|
WANTLIB += c 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
|
2007-04-23 13:27:04 -04:00
|
|
|
|
2010-11-04 05:49:52 -04:00
|
|
|
MODULES= devel/gettext \
|
|
|
|
x11/gnome
|
2007-04-23 13:27:04 -04:00
|
|
|
|
2011-04-21 03:03:21 -04:00
|
|
|
# gtk+3 is needed to build the tests
|
|
|
|
BUILD_DEPENDS= x11/gtk+3 \
|
|
|
|
devel/gobject-introspection
|
|
|
|
|
|
|
|
LIB_DEPENDS= graphics/gdk-pixbuf2
|
2007-04-23 13:27:04 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
2010-11-04 05:49:52 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
2011-04-21 03:03:21 -04:00
|
|
|
--disable-gtk-doc \
|
|
|
|
--enable-introspection
|
2007-04-23 13:27:04 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|