[Bsd-sharp-cvs] CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/www/gecko-sharp20 by tmclau02

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


CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/www/gecko-sharp20 by tmclau02

Modified Files:
	Makefile 
Log Message:
Convert over to USE_GECKO

===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/www/gecko-sharp20/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- /cvsroot/bsd-sharp/FreeBSD-ports/www/gecko-sharp20/Makefile	2005/11/22 23:26:19	1.12
+++ /cvsroot/bsd-sharp/FreeBSD-ports/www/gecko-sharp20/Makefile	2005/12/04 23:26:32	1.13
@@ -3,7 +3,7 @@
 # Whom:				Tom McLaughlin <tmclaugh at sdf.lonestar.org>
 #
 # $FreeBSD: ports/www/gecko-sharp20/Makefile,v 1.6 2005/11/12 18:33:14 tmclaugh Exp $
-#   $Id: Makefile,v 1.12 2005/11/22 23:26:19 tmclau02 Exp $
+#   $Id: Makefile,v 1.13 2005/12/04 23:26:32 tmclau02 Exp $
 #
 
 PORTNAME=	gecko-sharp
@@ -19,19 +19,9 @@
 BUILD_DEPENDS=	gapi2-parser:${PORTSDIR}/x11-toolkits/gtk-sharp20 \
 		monodoc:${PORTSDIR}/devel/mono-tools
 RUN_DEPENDS=	gapi2-parser:${PORTSDIR}/x11-toolkits/gtk-sharp20 \
-		monodoc:${PORTSDIR}/devel/mono-tools \
-		${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
+		monodoc:${PORTSDIR}/devel/mono-tools
 
+USE_GECKO=	mozilla firefox
 USE_GNOME=	gnometarget
 LATEST_LINK=	gecko-sharp20
 USE_REINPLACE=	yes
@@ -39,16 +29,10 @@
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 
-pre-everything::
-	@${ECHO_MSG} ""
-	@${ECHO_MSG} " By default ${PORTNAME} uses www/mozilla for html rendering, but you can"
-	@${ECHO_MSG} " change this by defining WITH_MOZILLA to one of the following values:"
-	@${ECHO_MSG} ""
-	@${ECHO_MSG} "  firefox       "
-	@${ECHO_MSG} ""
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|[(]prefix[)]/lib/pkgconfig|(prefix)/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in
 
 .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