blob: 46216a446f8afbdaa276ebb142e4c3868ba41c4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: notify-sharp
# Date created: 2008-08-05
# Whom: Romain Tartiere <romain@blogreen.org>
#
# $FreeBSD$
#
PORTNAME= notify-sharp
PORTVERSION= 0.4.0
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
USE_GMAKE= yes
USE_GNOME= gnomehack gtksharp20
.include <bsd.port.mk>
|