1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/devel/notify-sharp/Makefile
Santhosh Raju 530af30b9a devel/notify-sharp: Revive the port.
- Change ownership to fox.
- Upstream is available and was tested in poudriere.
2020-06-19 15:59:16 +00:00

23 lines
690 B
Makefile

# 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= fox@FreeBSD.org
COMMENT= C\# client library for notification-daemon
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>