summaryrefslogtreecommitdiff
path: root/devel/notify-sharp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/notify-sharp/Makefile')
-rw-r--r--devel/notify-sharp/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/devel/notify-sharp/Makefile b/devel/notify-sharp/Makefile
deleted file mode 100644
index 2c84f72d596e..000000000000
--- a/devel/notify-sharp/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: Romain Tartiere <romain@blogreen.org>
-# $FreeBSD$
-
-PORTNAME= notify-sharp
-PORTVERSION= 0.4.0
-PORTREVISION= 2
-CATEGORIES= devel
-MASTER_SITES= http://romain.blogreen.org/distfiles/
-
-MAINTAINER= mono@FreeBSD.org
-COMMENT= C\# client library for notification-daemon
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:devel/ndesk-dbus-glib
-RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:devel/ndesk-dbus-glib \
- ${LOCALBASE}/libexec/notification-daemon:deskutils/notification-daemon
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= ac_cv_path_GMCS=${LOCALBASE}/bin/mcs
-USES= gmake gnome mono pathfix pkgconfig
-USE_GNOME= gtksharp20
-
-.include <bsd.port.mk>