freebsd-ports/devel/notify-sharp/Makefile
Baptiste Daroussin 94a2c1ed1b Support stage
2014-04-10 19:25:35 +00:00

21 lines
664 B
Makefile

# Created by: Romain Tartiere <romain@blogreen.org>
# $FreeBSD$
PORTNAME= notify-sharp
PORTVERSION= 0.4.0
PORTREVISION= 1
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 \
${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon
GNU_CONFIGURE= yes
USES= gmake pathfix pkgconfig
USE_GNOME= gtksharp20
.include <bsd.port.mk>