summaryrefslogtreecommitdiffstats
path: root/devel/libnotify/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-12-01 03:42:57 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-12-01 03:42:57 +0800
commitd5b2571a8003a1609cce18857c8e506107df53cc (patch)
tree5612b37c5313f79d23569be409c0ce711bf0d861 /devel/libnotify/Makefile
parentceae8acad091ed8b76d8e828715cc77c02f3cfd8 (diff)
downloadmarcuscom-ports-d5b2571a8003a1609cce18857c8e506107df53cc.tar
marcuscom-ports-d5b2571a8003a1609cce18857c8e506107df53cc.tar.gz
marcuscom-ports-d5b2571a8003a1609cce18857c8e506107df53cc.tar.bz2
marcuscom-ports-d5b2571a8003a1609cce18857c8e506107df53cc.tar.lz
marcuscom-ports-d5b2571a8003a1609cce18857c8e506107df53cc.tar.xz
marcuscom-ports-d5b2571a8003a1609cce18857c8e506107df53cc.tar.zst
marcuscom-ports-d5b2571a8003a1609cce18857c8e506107df53cc.zip
Update to 0.4.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11804 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libnotify/Makefile')
-rw-r--r--devel/libnotify/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile
new file mode 100644
index 000000000..e360e4e49
--- /dev/null
+++ b/devel/libnotify/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: libnotify
+# Date created: 2005-08-06
+# Whom: Andreas Kohn <andreas@syndrom23.de>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= libnotify
+PORTVERSION= 0.4.5
+CATEGORIES= devel gnome
+MASTER_SITES= http://www.galago-project.org/files/releases/source/libnotify/
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A library for desktop notifications
+
+LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
+
+USE_GNOME= gnomehack gnometarget intlhack glib20 gtk20 ltverhack
+USE_GMAKE= yes
+USE_LDCONFIG= yes
+USE_AUTOTOOLS= libtool:15
+CONFIGURE_ARGS= --without-gtk-doc
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>