# New ports collection makefile for:	hyena
# Date created:		2009-08-19
# Whom:			Romain Tartiere <romain@blogreen.org>
#
# $FreeBSD: ports/devel/hyena/Makefile,v 1.2 2010/10/09 16:09:06 romain Exp $
#

PORTNAME=	hyena
PORTVERSION=	0.5
CATEGORIES=	devel
MASTER_SITES=	GNOME

MAINTAINER=	mono@FreeBSD.org
COMMENT=	Library of GUI and non-GUI C-sharp code

BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_GNOME=	gtksharp20

post-patch:
	@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(libdir)/../libdata/pkgconfig|g' \
		${WRKSRC}/build/pkg-config/Makefile.in

.include <bsd.port.mk>
