summaryrefslogtreecommitdiff
path: root/deskutils/notification-daemon/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-01-24 18:00:48 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-01-24 18:00:48 +0000
commit7c5a29f918de411fdfa0a74da9162643ed96c922 (patch)
tree12c6d0e3085e44cf880095080fe05c173b798edb /deskutils/notification-daemon/Makefile
parent- Update to 2.3-20060123 (diff)
Update to 0.3.2
PR: 92228 Submitted by: Andreas Kohn <andreas@syndrom23.de> (maintainer)
Notes
Notes: svn path=/head/; revision=154367
Diffstat (limited to 'deskutils/notification-daemon/Makefile')
-rw-r--r--deskutils/notification-daemon/Makefile22
1 files changed, 10 insertions, 12 deletions
diff --git a/deskutils/notification-daemon/Makefile b/deskutils/notification-daemon/Makefile
index 31cd280f51a6..4132d7896526 100644
--- a/deskutils/notification-daemon/Makefile
+++ b/deskutils/notification-daemon/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= notification-daemon
-PORTVERSION= 0.2.4
-PORTREVISION= 1
+PORTVERSION= 0.3.2
CATEGORIES= deskutils gnome
MASTER_SITES= http://www.galago-project.org/files/releases/source/notification-daemon/
@@ -15,18 +14,17 @@ MAINTAINER= andreas@syndrom23.de
COMMENT= Send small notifications to your desktop
LIB_DEPENDS= dbus-1.2:${PORTSDIR}/devel/dbus \
- notify.0:${PORTSDIR}/devel/libnotify \
- sexy:${PORTSDIR}/x11-toolkits/libsexy
+ sexy:${PORTSDIR}/x11-toolkits/libsexy \
+ popt.0:${PORTSDIR}/devel/popt
-USE_GNOME= gnomehack gnometarget intlhack gtk20
+USE_GNOME= gnomehack gnometarget intlhack glib20 gtk20 gconf2
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+GCONF_SCHEMAS= notification-daemon.schemas
CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-EXTRA_PATCHES= ${FILESDIR}/extra-patch-src-main.cc
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>