aboutsummaryrefslogtreecommitdiff
path: root/devel/libnotify/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2010-11-20 15:37:08 +0000
committerKoop Mast <kwm@FreeBSD.org>2010-11-20 15:37:08 +0000
commit3680f27ebff58ece429c4e032f9ad84fb1372114 (patch)
tree6c5ff4664c1a779ddad350ac887e5706dbfdd4eb /devel/libnotify/Makefile
parent02c6e6b485454dc3f5a27cbc887d9e4aaf376a36 (diff)
downloadports-3680f27ebff58ece429c4e032f9ad84fb1372114.tar.gz
ports-3680f27ebff58ece429c4e032f9ad84fb1372114.zip
Notes
Diffstat (limited to 'devel/libnotify/Makefile')
-rw-r--r--devel/libnotify/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile
index b678af304f23..56229781611e 100644
--- a/devel/libnotify/Makefile
+++ b/devel/libnotify/Makefile
@@ -3,26 +3,27 @@
# Whom: Andreas Kohn <andreas@syndrom23.de>
#
# $FreeBSD$
-# $MCom: ports/devel/libnotify/Makefile,v 1.3 2008/11/30 19:42:57 marcus Exp $
+# $MCom: ports/devel/libnotify/Makefile,v 1.10 2010/10/15 06:43:06 avl Exp $
#
PORTNAME= libnotify
-PORTVERSION= 0.4.5
-PORTREVISION= 4
+PORTVERSION= 0.5.2
CATEGORIES= devel gnome
-MASTER_SITES= http://www.galago-project.org/files/releases/source/libnotify/
+MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= A library for desktop notifications
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
+LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/COPYING
+USE_BZIP2= yes
USE_GNOME= gnomehack gnometarget intlhack glib20 gtk20 ltverhack
USE_GETTEXT= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool:22
-CONFIGURE_ARGS= --without-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"