e159824929
Approved by: portmgr (bapt)
37 lines
985 B
Makefile
37 lines
985 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
|
|
USES= gettext
|
|
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>
|