openbsd-ports/devel/hyena/Makefile
ajacoutot c893adc3bc Import hyena-0.5.
Hyena is a C# library used to make awesome applications. It contains a
lot of random things, including useful data structures, a Sqlite-based
db layer, cool widgets, a JSON library, a smart job/task scheduler, a
user-query/search parser, and much more. It's particularly useful for
Gtk# applications, though only the Hyena.Gui assembly requires Gtk#.

ok jasper@ robert@ (2 months ago...)
2011-03-07 21:52:11 +00:00

33 lines
710 B
Makefile
Executable File

# $OpenBSD: Makefile,v 1.1.1.1 2011/03/07 21:52:11 ajacoutot Exp $
COMMENT= GUI and non-GUI C-sharp code library
# NOTE: whenever GNOME_VERSION is changed print/pdfmod needs to be bumped
# as it copies the dll from this package and bundle them in its own.
GNOME_PROJECT= hyena
GNOME_VERSION= 0.5
CATEGORIES= devel
HOMEPAGE= http://live.gnome.org/Hyena
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= lang/mono \
x11/gnome
RUN_DEPENDS= x11/mono-gtk2
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --enable-release
DLLMAP_FILES= Hyena/Hyena.dll.config \
Hyena.Gui/Hyena.Gui.dll.config
.include <bsd.port.mk>