2005-08-28 08:53:44 +02:00
|
|
|
# New ports collection makefile for: libnotify
|
|
|
|
# Date created: 2005-08-06
|
|
|
|
# Whom: Andreas Kohn <andreas@syndrom23.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2009-01-10 06:22:13 +01:00
|
|
|
# $MCom: ports/devel/libnotify/Makefile,v 1.3 2008/11/30 19:42:57 marcus Exp $
|
2005-08-28 08:53:44 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libnotify
|
2009-01-10 06:22:13 +01:00
|
|
|
PORTVERSION= 0.4.5
|
2009-07-31 15:57:52 +02:00
|
|
|
PORTREVISION= 1
|
2005-08-28 08:53:44 +02:00
|
|
|
CATEGORIES= devel gnome
|
2005-09-26 13:09:26 +02:00
|
|
|
MASTER_SITES= http://www.galago-project.org/files/releases/source/libnotify/
|
2005-08-28 08:53:44 +02:00
|
|
|
|
2006-11-14 13:53:23 +01:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2005-08-28 08:53:44 +02:00
|
|
|
COMMENT= A library for desktop notifications
|
|
|
|
|
2007-03-27 04:42:16 +02:00
|
|
|
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
|
2005-08-28 08:53:44 +02:00
|
|
|
|
2006-11-14 13:53:23 +01:00
|
|
|
USE_GNOME= gnomehack gnometarget intlhack glib20 gtk20 ltverhack
|
2005-08-28 08:53:44 +02:00
|
|
|
USE_GMAKE= yes
|
2007-03-26 21:56:40 +02:00
|
|
|
USE_LDCONFIG= yes
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2006-06-29 06:45:57 +02:00
|
|
|
CONFIGURE_ARGS= --without-gtk-doc
|
2005-08-28 08:53:44 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2007-03-27 04:42:16 +02:00
|
|
|
.include <bsd.port.mk>
|