26 lines
545 B
Makefile
26 lines
545 B
Makefile
# New ports collection makefile for: hyena
|
|
# Date created: 2009-08-19
|
|
# Whom: Romain Tartiere <romain@blogreen.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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>
|