[Bsd-sharp-cvs] CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop by tmclau02

noreply at forge.novell.com noreply at forge.novell.com
Sun Dec 4 16:26:31 MST 2005


CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop by tmclau02

Modified Files:
	Makefile 
Log Message:
Convert over to USE_GECKO

===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/Makefile,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/Makefile	2005/12/03 06:08:26	1.24
+++ /cvsroot/bsd-sharp/FreeBSD-ports/devel/monodevelop/Makefile	2005/12/04 23:26:31	1.25
@@ -3,7 +3,7 @@
 # Whom:				Tom McLaughlin <tmclaugh at sdf.lonestar.org>
 #
 # $FreeBSD$
-#   $Id: Makefile,v 1.24 2005/12/03 06:08:26 tmclau02 Exp $
+#   $Id: Makefile,v 1.25 2005/12/04 23:26:31 tmclau02 Exp $
 #
 
 PORTNAME=	monodevelop
@@ -22,18 +22,8 @@
 		${X11BASE}/libdata/pkgconfig/gtksourceview-sharp-2.0.pc:${PORTSDIR}/x11-toolkits/gtksourceview-sharp \
 		${X11BASE}/libdata/pkgconfig/gecko-sharp.pc:${PORTSDIR}/www/gecko-sharp10 \
 		${X11BASE}/libdata/pkgconfig/gecko-sharp-2.0.pc:${PORTSDIR}/www/gecko-sharp20 \
-		${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA}
-
-.if !defined(WITH_MOZILLA)
-MOZILLA=	mozilla
-.else
-.if ${WITH_MOZILLA}=="firefox"
-MOZILLA=	firefox
-.else
-MOZILLA=	mozilla
-.endif
-.endif
 
+USE_GECKO=	mozilla firefox
 USE_GNOME=	gnometarget gnomehack
 USE_GMAKE=	yes
 USE_X_PREFIX=	yes
@@ -52,4 +42,6 @@
 	@-update-desktop-database
 
 .include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
+.include <bsd.port.post.mk>



More information about the Bsd-sharp-cvs mailing list