34 lines
633 B
Makefile
34 lines
633 B
Makefile
# $OpenBSD: Makefile,v 1.6 2011/05/03 10:22:29 ajacoutot Exp $
|
|
|
|
COMMENT= C\# client implementation for Desktop Notifications
|
|
|
|
# SVN r3032
|
|
V= 0.4.0
|
|
DISTNAME= notify-sharp-$V
|
|
PKGNAME= mono-notify-$V
|
|
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}
|
|
RUN_DEPENDS= sysutils/ndesk-dbus-glib \
|
|
x11/mono-gtk2
|
|
|
|
DLLMAP_FILES= src/notify-sharp.dll.config
|
|
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|