[Bsd-sharp-cvs] CVS commit to
/cvsroot/bsd-sharp/FreeBSD-ports/lang/boo by killfill
noreply at forge.novell.com
noreply at forge.novell.com
Thu Jun 29 19:33:36 MDT 2006
CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/lang/boo by killfill
Modified Files:
Makefile
Log Message:
Make it use the USE_NANT knob
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/lang/boo/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- /cvsroot/bsd-sharp/FreeBSD-ports/lang/boo/Makefile 2006/02/01 23:33:26 1.15
+++ /cvsroot/bsd-sharp/FreeBSD-ports/lang/boo/Makefile 2006/06/30 01:33:36 1.16
@@ -3,12 +3,12 @@
# Whom: Christopher Nehren <apeiron at coitusmentis.info>
#
# $FreeBSD$
-# $Id: Makefile,v 1.15 2006/02/01 23:33:26 tmclau02 Exp $
+# $Id: Makefile,v 1.16 2006/06/30 01:33:36 killfill Exp $
#
PORTNAME= boo
PORTVERSION= 0.7.0.1921
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= http://dist.codehaus.org/boo/distributions/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
@@ -16,15 +16,15 @@
MAINTAINER= bsd-sharp-list at forge.novell.com
COMMENT= A CLI-targeted programming language similar to Python
-BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono \
- nant:${PORTSDIR}/devel/nant \
- ${LOCALBASE}/libdata/pkgconfig/shared-mime-info.pc:${PORTSDIR}/misc/shared-mime-info \
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/shared-mime-info.pc:${PORTSDIR}/misc/shared-mime-info \
${X11BASE}/libdata/pkgconfig/gtksourceview-1.0.pc:${PORTSDIR}/x11-toolkits/gtksourceview
RUN_DEPENDS= mono:${PORTSDIR}/lang/mono
PATCH_DEPENDS= iconv:${PORTSDIR}/converters/libiconv
WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
USE_BZIP2= yes
+USE_NANT= yes
+NANT_FLAGS= -debug+
post-extract:
@${REINPLACE_CMD} \
@@ -45,11 +45,5 @@
@${LOCALBASE}/bin/iconv -f utf-8 -t ucs-2 ${WRKSRC}/src/Boo.Lang.Compiler/Ast/Impl/_EnumDefinitionImpl.cs | ${LOCALBASE}/bin/iconv -f ucs-2 -t ascii > ${WRKSRC}/src/Boo.Lang.Compiler/Ast/Impl/EnumDefinitionImpl.cs
@${RM} ${WRKSRC}/src/Boo.Lang.Compiler/Ast/Impl/_EnumDefinitionImpl.cs
-do-build:
- @(cd ${BUILD_WRKSRC}; nant -debug+)
-
-do-install:
- @(cd ${INSTALL_WRKSRC}; nant install)
-
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.mk>
More information about the Bsd-sharp-cvs
mailing list