freebsd-ports/devel/monodevelop-java/Makefile
Pav Lucistnik 8a7334c696 - Mark BROKEN: does not build
Reported by:	pointyhat
2012-06-19 08:29:14 +00:00

37 lines
987 B
Makefile

# New ports collection makefile for: monodevelop-java
# Date created: 2008-03-02
# Whom: Romain Tartiere <romain@blogreen.org>
#
# $FreeBSD$
#
PORTNAME= monodevelop-java
PORTVERSION= 2.8.8.4
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/
MAINTAINER= mono@FreeBSD.org
COMMENT= MonoDevelop Java/IKVM language support
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \
${LOCALBASE}/libdata/pkgconfig/monodevelop.pc:${PORTSDIR}/devel/monodevelop
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/monodevelop.pc:${PORTSDIR}/devel/monodevelop
BROKEN= does not build
USE_BZIP2= yes
HAS_CONFIGURE= yes
USE_GMAKE= yes
USE_GETTEXT= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
USE_GNOME= gtksharp20
post-patch:
@${REINPLACE_CMD} -e 's|[(]prefix[)]/lib/pkgconfig|(prefix)/libdata/pkgconfig|g' \
${WRKSRC}/JavaBinding.make
# Restrict to stable (even) versions, indicated by the second component.
PORTSCOUT= limitw:1,even
.include <bsd.port.mk>