openbsd-ports/devel/mono-notify/Makefile

34 lines
633 B
Makefile
Raw Normal View History

2011-05-03 06:22:29 -04:00
# $OpenBSD: Makefile,v 1.6 2011/05/03 10:22:29 ajacoutot Exp $
2010-04-23 12:06:30 -04:00
COMMENT= C\# client implementation for Desktop Notifications
# SVN r3032
V= 0.4.0
DISTNAME= notify-sharp-$V
2010-11-15 14:45:56 -05:00
PKGNAME= mono-notify-$V
2011-05-03 06:22:29 -04:00
REVISION = 2
CATEGORIES= devel
HOMEPAGE= http://www.ndesk.org/NotifySharp
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://crappydiffs.org/
MODULES= lang/mono
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= sysutils/ndesk-dbus-glib \
x11/mono-gtk2
2011-05-03 06:22:29 -04:00
DLLMAP_FILES= src/notify-sharp.dll.config
USE_GMAKE= Yes
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>