[Bsd-sharp-cvs] CVS commit to
/cvsroot/bsd-sharp/FreeBSD-ports/deskutils/mcatalog by tmclau02
noreply at forge.novell.com
noreply at forge.novell.com
Sun Dec 4 16:26:30 MST 2005
CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/mcatalog by tmclau02
Added Files:
Makefile distinfo pkg-descr pkg-plist
Log Message:
Convert over to USE_GECKO
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/mcatalog/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/mcatalog/Makefile 2005/11/10 05:26:23 1.10
+++ /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/mcatalog/Makefile 2005/12/04 23:26:30 1.11
@@ -2,8 +2,8 @@
# Date created: 24 October 2004
# Whom: Mezz <mezz at FreeBSD.org>
#
-# $FreeBSD$
-# $Id: Makefile,v 1.10 2005/11/10 05:26:23 tmclau02 dead $
+# $FreeBSD: ports/deskutils/mcatalog/Makefile,v 1.9 2005/11/15 06:48:28 ade Exp $
+# $Id: Makefile,v 1.11 2005/12/04 23:26:30 tmclau02 Exp $
#
PORTNAME= mcatalog
@@ -23,40 +23,23 @@
${X11BASE}/libdata/pkgconfig/evolution-sharp.pc:${PORTSDIR}/mail/evolution-sharp \
${X11BASE}/libdata/pkgconfig/gecko-sharp-2.0.pc:${PORTSDIR}/www/gecko-sharp20
-.if !defined(WITH_MOZILLA)
-MOZILLA= mozilla
-.else
-.if ${WITH_MOZILLA}=="firefox"
-MOZILLA= firefox
-.else
-MOZILLA= mozilla
-.endif
-.endif
-
+USE_GECKO= mozilla firefox
USE_GNOME= gnomeprefix gnomehack gconf2 intlhack
USE_GMAKE= yes
USE_X_PREFIX= yes
-USE_LIBTOOL_VER=15
+USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
DOCS= AUTHORS COPYING ChangeLog NEWS README TODO
GCONF_SCHEMAS= mcatalog.schemas
-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|/pixmaps/mcatalog|/pixmaps|g' \
${WRKSRC}/images/Makefile.in
@${REINPLACE_CMD} -e 's|@prefix@/share|${PREFIX}/share/gnome|g' \
${WRKSRC}/mcatalog.desktop.in
- @${REINPLACE_CMD} -e 's|%%MOZILLA%%|${X11BASE}/lib/${MOZILLA}|g' \
+ @${REINPLACE_CMD} -e 's|%%MOZILLA%%|${X11BASE}/lib/${GECKO}|g' \
${WRKSRC}/src/mcatalog.in
.ifndef (NOPORTDOCS)
@@ -68,4 +51,6 @@
.endif
.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>
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/mcatalog/distinfo,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/mcatalog/distinfo 2005/11/10 05:26:23 1.4
+++ /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/mcatalog/distinfo 2005/12/04 23:26:30 1.5
@@ -1,2 +1,3 @@
MD5 (mcatalog-0.2.tar.gz) = 2b88fda7c47b808ab38b80ba63ba2fd6
+SHA256 (mcatalog-0.2.tar.gz) = 6d1f6fcbfc9c2937303b1e900f444cbd9116076274257ab785bd542f7a790baf
SIZE (mcatalog-0.2.tar.gz) = 584389
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/mcatalog/pkg-descr,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/mcatalog/pkg-plist,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
More information about the Bsd-sharp-cvs
mailing list