[Bsd-sharp-cvs] CVS commit to
/cvsroot/bsd-sharp/FreeBSD-ports/deskutils/beagle 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/beagle by tmclau02
Modified Files:
Makefile
Log Message:
Convert over to USE_GECKO
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/beagle/Makefile,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/beagle/Makefile 2005/12/03 04:03:15 1.32
+++ /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/beagle/Makefile 2005/12/04 23:26:30 1.33
@@ -3,7 +3,7 @@
# Whom: Tom McLaughlin <tmclaugh at sdf.lonestar.org>
#
# $FreeBSD$
-# $Id: Makefile,v 1.32 2005/12/03 04:03:15 tmclau02 Exp $
+# $Id: Makefile,v 1.33 2005/12/04 23:26:30 tmclau02 Exp $
#
PORTNAME= beagle
@@ -28,20 +28,11 @@
${X11BASE}/libdata/pkgconfig/gecko-sharp-2.0.pc:${PORTSDIR}/www/gecko-sharp20 \
${LOCALBASE}/lib/mono/gmime-sharp/gmime-sharp.dll:${PORTSDIR}/mail/gmime2-sharp
-.if !defined(WITH_MOZILLA)
-MOZILLA= mozilla
-.else
-.if ${WITH_MOZILLA}=="firefox"
-MOZILLA= firefox
-.else
-MOZILLA= mozilla
-.endif
-.endif
-
CONFLICTS= open-beagle-[0-9]*
USE_BZIP2= yes
USE_GMAKE= yes
+USE_GECKO= mozilla firefox
USE_GNOME= gnomehack gnometarget intlhack
USE_X_PREFIX= yes
USE_REINPLACE= yes
@@ -51,7 +42,7 @@
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-gtk-doc \
--with-html-dir=${PREFIX}/share/doc \
- --with-mozilla=${MOZILLA}
+ --with-mozilla=${GECKO}
MAN1= beagle-config.1 beagle-query.1 beagle-shutdown.1 \
beagle-status.1 beagled.1 best.1
@@ -127,4 +118,5 @@
@${CAT} ${PKGMESSAGE}
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
+.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
.include <bsd.port.post.mk>
More information about the Bsd-sharp-cvs
mailing list