[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
Sat Oct 7 22:10:44 MDT 2006
CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/beagle by tmclau02
Modified Files:
Makefile
Log Message:
Move to LOCALBASE
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/beagle/Makefile,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/beagle/Makefile 2006/09/21 21:13:28 1.37
+++ /cvsroot/bsd-sharp/FreeBSD-ports/deskutils/beagle/Makefile 2006/10/08 04:10:44 1.38
@@ -3,11 +3,12 @@
# Whom: Tom McLaughlin <tmclaugh at sdf.lonestar.org>
#
# $FreeBSD$
-# $Id: Makefile,v 1.37 2006/09/21 21:13:28 tmclau02 Exp $
+# $Id: Makefile,v 1.38 2006/10/08 04:10:44 tmclau02 Exp $
#
PORTNAME= beagle
PORTVERSION= 0.2.10
+PORTREVISION= 1
CATEGORIES= deskutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.2
@@ -17,28 +18,26 @@
COMMENT= Index and search local files
BUILD_DEPENDS= gapi2-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp20 \
- ${X11BASE}/libdata/pkgconfig/gecko-sharp-2.0.pc:${PORTSDIR}/www/gecko-sharp20 \
+ ${LOCALBASE}/libdata/pkgconfig/gecko-sharp-2.0.pc:${PORTSDIR}/www/gecko-sharp20 \
${LOCALBASE}/lib/mono/gmime-sharp/gmime-sharp.dll:${PORTSDIR}/mail/gmime2-sharp \
zip:${PORTSDIR}/archivers/zip
LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
gapi2-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp20 \
- ${X11BASE}/libdata/pkgconfig/gecko-sharp-2.0.pc:${PORTSDIR}/www/gecko-sharp20 \
+ ${LOCALBASE}/libdata/pkgconfig/gecko-sharp-2.0.pc:${PORTSDIR}/www/gecko-sharp20 \
${LOCALBASE}/lib/mono/gmime-sharp/gmime-sharp.dll:${PORTSDIR}/mail/gmime2-sharp
CONFLICTS= open-beagle-[0-9]*
-#BROKEN= "Does not compile, uses syscall0() only found on Linux"
USE_BZIP2= yes
USE_GMAKE= yes
USE_GECKO= firefox mozilla
USE_GNOME= gnomehack gnometarget intlhack
USE_SQLITE= yes
-USE_X_PREFIX= yes
INSTALLS_SHLIB= yes
USE_AUTOTOOLS= libtool:15
-CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
- LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-gtk-doc \
--with-html-dir=${PREFIX}/share/doc \
--with-mozilla=${GECKO}
@@ -50,8 +49,8 @@
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
-EPHY_PATH= ${X11BASE}/share/gnome/epiphany-extensions/ephy-gestures.xml
-EVOL_PATH= ${X11BASE}/lib/mono/evolution-sharp/evolution-sharp.dll
+EPHY_PATH= ${LOCALBASE}/share/gnome/epiphany-extensions/ephy-gestures.xml
+EVOL_PATH= ${LOCALBASE}/lib/mono/evolution-sharp/evolution-sharp.dll
.include <bsd.port.pre.mk>
More information about the Bsd-sharp-cvs
mailing list