This is a library of GUI and non-GUI C# code, originally used in Banshee.
WWW: http://live.gnome.org/Hyena
This commit is contained in:
parent
75ba23a466
commit
7bc589787c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262209
6 changed files with 64 additions and 0 deletions
|
@ -634,6 +634,7 @@
|
|||
SUBDIR += hs-vector
|
||||
SUBDIR += hs-vector-algorithms
|
||||
SUBDIR += htable
|
||||
SUBDIR += hyena
|
||||
SUBDIR += hypersrc
|
||||
SUBDIR += i386-rtems-binutils
|
||||
SUBDIR += i386-rtems-gcc
|
||||
|
|
28
devel/hyena/Makefile
Normal file
28
devel/hyena/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: hyena
|
||||
# Date created: 2009-08-19
|
||||
# Whom: Romain Tartiere <romain@blogreen.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= hyena
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
MAINTAINER= mono@FreeBSD.org
|
||||
COMMENT= Library of GUI and non-GUI C-sharp code
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gtksharp20
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|@libdir@/pkgconfig|@libdir@/../libdata/pkgconfig|g' \
|
||||
${WRKSRC}/Makefile.include \
|
||||
${WRKSRC}/src/Hyena.Gui/Makefile.in \
|
||||
${WRKSRC}/src/Hyena.Data.Sqlite/Makefile.in \
|
||||
${WRKSRC}/src/Mono.Data.Sqlite/Makefile.in \
|
||||
${WRKSRC}/src/Hyena/Makefile.in \
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/hyena/distinfo
Normal file
3
devel/hyena/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (hyena-0.3.tar.gz) = db995aaab565ad7925a9db93febbe3eb
|
||||
SHA256 (hyena-0.3.tar.gz) = 7766037c90377082ff2cb3009829a28377e13d2283482698878cfc80d674f6db
|
||||
SIZE (hyena-0.3.tar.gz) = 320717
|
15
devel/hyena/files/patch-configure.ac
Normal file
15
devel/hyena/files/patch-configure.ac
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- configure.ac.orig
|
||||
+++ configure.ac
|
||||
@@ -11,6 +11,9 @@
|
||||
AC_MSG_ERROR([You need to install pkg-config])
|
||||
fi
|
||||
|
||||
+m4_include([aclocal.m4])
|
||||
+m4_include([expansions.m4])
|
||||
+
|
||||
SHAMROCK_EXPAND_LIBDIR
|
||||
SHAMROCK_EXPAND_BINDIR
|
||||
SHAMROCK_EXPAND_DATADIR
|
3
devel/hyena/pkg-descr
Normal file
3
devel/hyena/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This is a library of GUI and non-GUI C# code, originally used in Banshee.
|
||||
|
||||
WWW: http://live.gnome.org/Hyena
|
14
devel/hyena/pkg-plist
Normal file
14
devel/hyena/pkg-plist
Normal file
|
@ -0,0 +1,14 @@
|
|||
@comment $FreeBSD$
|
||||
lib/hyena/Hyena.dll
|
||||
lib/hyena/Hyena.dll.mdb
|
||||
lib/hyena/Mono.Data.Sqlite.dll
|
||||
lib/hyena/Mono.Data.Sqlite.dll.mdb
|
||||
lib/hyena/Hyena.Data.Sqlite.dll
|
||||
lib/hyena/Hyena.Data.Sqlite.dll.mdb
|
||||
lib/hyena/Hyena.Gui.dll
|
||||
lib/hyena/Hyena.Gui.dll.mdb
|
||||
lib/hyena/Hyena.Gui.dll.config
|
||||
libdata/pkgconfig/hyena.pc
|
||||
libdata/pkgconfig/hyena.data.sqlite.pc
|
||||
libdata/pkgconfig/hyena.gui.pc
|
||||
@dirrm lib/hyena
|
Loading…
Reference in a new issue