summaryrefslogtreecommitdiffstats
path: root/devel/libnotify/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-08-31 05:09:51 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-08-31 05:09:51 +0800
commit152db8fadf07679f2363a068fd6f9d726651c98e (patch)
tree3ce9763b41629ed554d2ef10751441d9e004dbad /devel/libnotify/Makefile
parent7af78cb90b66db8299f716f130a396631f801408 (diff)
downloadmarcuscom-ports-152db8fadf07679f2363a068fd6f9d726651c98e.tar
marcuscom-ports-152db8fadf07679f2363a068fd6f9d726651c98e.tar.gz
marcuscom-ports-152db8fadf07679f2363a068fd6f9d726651c98e.tar.bz2
marcuscom-ports-152db8fadf07679f2363a068fd6f9d726651c98e.tar.lz
marcuscom-ports-152db8fadf07679f2363a068fd6f9d726651c98e.tar.xz
marcuscom-ports-152db8fadf07679f2363a068fd6f9d726651c98e.tar.zst
marcuscom-ports-152db8fadf07679f2363a068fd6f9d726651c98e.zip
Update to 0.7.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16138 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libnotify/Makefile')
-rw-r--r--devel/libnotify/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile
new file mode 100644
index 000000000..3e99d733d
--- /dev/null
+++ b/devel/libnotify/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: libnotify
+# Date created: 2005-08-06
+# Whom: Andreas Kohn <andreas@syndrom23.de>
+#
+# $FreeBSD$
+# $MCom: ports/devel/libnotify/Makefile,v 1.21 2011/06/11 19:51:15 mezz Exp $
+#
+
+PORTNAME= libnotify
+PORTVERSION= 0.7.4
+CATEGORIES= devel gnome
+MASTER_SITES= GNOME
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A library for desktop notifications
+
+LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
+RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
+
+USE_XZ= yes
+USE_GNOME= gnomehack intlhack glib20 gtk20 ltverhack
+USE_GETTEXT= yes
+USE_GMAKE= yes
+USE_LDCONFIG= yes
+USE_AUTOTOOLS= libtool
+CPPFLAGS= -I${LOCALBASE}/include
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>