[Bsd-sharp-cvs] CVS commit to
/cvsroot/bsd-sharp/FreeBSD-ports/www/gecko-sharp10 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-sharp10 by tmclau02
Modified Files:
Makefile
Log Message:
Convert over to USE_GECKO
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/www/gecko-sharp10/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- /cvsroot/bsd-sharp/FreeBSD-ports/www/gecko-sharp10/Makefile 2005/11/22 23:24:31 1.9
+++ /cvsroot/bsd-sharp/FreeBSD-ports/www/gecko-sharp10/Makefile 2005/12/04 23:26:32 1.10
@@ -15,32 +15,16 @@
COMMENT= Mono bindings for embeding mozilla
BUILD_DEPENDS= gapi-parser:${PORTSDIR}/x11-toolkits/gtk-sharp10
-RUN_DEPENDS= gapi-parser:${PORTSDIR}/x11-toolkits/gtk-sharp10 \
- ${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
+RUN_DEPENDS= gapi-parser:${PORTSDIR}/x11-toolkits/gtk-sharp10
+USE_GECKO= mozilla firefox
USE_GNOME= gnomehack gnometarget
LATEST_LINK= gecko-sharp10
USE_X_PREFIX= yes
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} ""
-
.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