fc908f7fe4
"sure" robert@
33 lines
635 B
Makefile
33 lines
635 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/05/15 09:40:17 ajacoutot Exp $
|
|
|
|
COMMENT= C\# client implementation for Desktop Notifications
|
|
|
|
# SVN r3032
|
|
V= 0.4.0
|
|
DISTNAME= notify-sharp-$V
|
|
PKGNAME= mono-notify-$Vp1
|
|
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= notify-sharp/notify-sharp.dll.config
|
|
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|