2013-09-03 08:49:46 +00:00
|
|
|
# Created by: Romain Tartiere <romain@blogreen.org>
|
2011-06-12 18:59:59 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= notify-sharp
|
|
|
|
PORTVERSION= 0.4.0
|
2012-06-01 05:26:28 +00:00
|
|
|
PORTREVISION= 1
|
2011-06-12 18:59:59 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://romain.blogreen.org/distfiles/
|
|
|
|
|
|
|
|
MAINTAINER= mono@FreeBSD.org
|
|
|
|
COMMENT= C\# client library for notification-daemon
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:${PORTSDIR}/devel/ndesk-dbus-glib
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:${PORTSDIR}/devel/ndesk-dbus-glib \
|
2011-08-23 18:39:19 +00:00
|
|
|
${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon
|
2011-06-12 18:59:59 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2015-05-24 20:59:52 +00:00
|
|
|
CONFIGURE_ENV= ac_cv_path_GMCS=${LOCALBASE}/bin/mcs
|
2015-03-11 22:03:46 +00:00
|
|
|
USES= gmake mono pathfix pkgconfig
|
2014-04-10 19:25:35 +00:00
|
|
|
USE_GNOME= gtksharp20
|
2011-06-12 18:59:59 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|