mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
530af30b9a
- Change ownership to fox. - Upstream is available and was tested in poudriere.
23 lines
690 B
Makefile
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>
|