[Bsd-sharp-cvs] CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/x11/greent by killfill

noreply at forge.novell.com noreply at forge.novell.com
Thu Jun 29 19:33:18 MDT 2006


CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/x11/greent by killfill

Modified Files:
	Makefile 
Log Message:
Make it use the USE_NANT knob


===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/x11/greent/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- /cvsroot/bsd-sharp/FreeBSD-ports/x11/greent/Makefile	2006/03/23 03:57:59	1.3
+++ /cvsroot/bsd-sharp/FreeBSD-ports/x11/greent/Makefile	2006/06/30 01:33:18	1.4
@@ -7,30 +7,23 @@
 
 PORTNAME=	greent
 PORTVERSION=	0.9
+PORTREVISION=	1
 CATEGORIES=	x11 gnome
 MASTER_SITES=	http://forgeftp.novell.com/greent/releases/0.9/
 
 MAINTAINER=	bsd-sharp-list at forge.novell.com
 COMMENT=	A Quake-style terminal emulator written in C#
 
-BUILD_DEPENDS=	mono:${PORTSDIR}/lang/mono \
-		xmlto:${PORTSDIR}/textproc/xmlto \
-                nant:${PORTSDIR}/devel/nant \
+BUILD_DEPENDS=	xmlto:${PORTSDIR}/textproc/xmlto \
 		gapi2-codegen:${PORTSDIR}/x11-toolkits/gtk-sharp20
 
-RUN_DEPENDS=	mono:${PORTSDIR}/lang/mono \
-		xmlto:${PORTSDIR}/textproc/xmlto \
+RUN_DEPENDS=	xmlto:${PORTSDIR}/textproc/xmlto \
 		tomboy:${PORTSDIR}/deskutils/tomboy \
 		gapi2-codegen:${PORTSDIR}/x11-toolkits/gtk-sharp20
 
 USE_X_PREFIX=	yes
-
-do-build:
-	@(cd ${BUILD_WRKSRC}; ${SETENV} MONO_SHARED_DIR="${MONO_SHARED_DIR}" nant)
-
-do-install:
-	@(cd ${INSTALL_WRKSRC}; ${SETENV} MONO_SHARED_DIR="${MONO_SHARED_DIR}" nant -D:prefix="${PREFIX}" install)
+USE_NANT=	yes
 
 .include <bsd.port.pre.mk>
-.include "${PORTSDIR}/lang/mono/bsd.mono.mk"
+.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
 .include <bsd.port.post.mk>



More information about the Bsd-sharp-cvs mailing list