cf4cae0c0f
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#.
24 lines
702 B
Makefile
24 lines
702 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/05/26 09:24:56 wiz Exp $
|
|
|
|
DISTNAME= hyena-0.5
|
|
PKGREVISION= 1
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/hyena/0.5/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc.gnome@gmail.com
|
|
HOMEPAGE= http://live.gnome.org/Hyena
|
|
COMMENT= Hyena is a C\# library used to make awesome applications
|
|
LICENSE= mit
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config gmake
|
|
USE_LANGUAGES= # none
|
|
|
|
PKGCONFIG_OVERRIDE+= build/pkg-config/hyena.data.sqlite.pc.in
|
|
PKGCONFIG_OVERRIDE+= build/pkg-config/hyena.gui.pc.in
|
|
PKGCONFIG_OVERRIDE+= build/pkg-config/hyena.pc.in
|
|
|
|
.include "../../x11/gtk-sharp/buildlink3.mk"
|
|
.include "../../lang/mono2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|