mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
34 lines
813 B
Makefile
34 lines
813 B
Makefile
# Created by: Romain Tartiere <romain@blogreen.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hyena
|
|
PORTVERSION= 0.5
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
BROKEN= Does not build with recent mono
|
|
DEPRECATED= Broken for more than 6 month
|
|
EXPIRATION_DATE= 2014-02-27
|
|
|
|
USES= gmake
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gtksharp20
|
|
|
|
NO_STAGE= yes
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|^dnl[[:blank:]]|#|' \
|
|
${WRKSRC}/Hyena.Data.Sqlite/Makefile.in \
|
|
${WRKSRC}/Hyena.Gui/Makefile.in \
|
|
${WRKSRC}/Hyena/Makefile.in \
|
|
${WRKSRC}/Mono.Data.Sqlite/Makefile.in
|
|
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(libdir)/../libdata/pkgconfig|g' \
|
|
${WRKSRC}/build/pkg-config/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|