openbsd-ports/x11/gnome/vfsmm/Makefile
jasper 7af8f3fbb2 convert these gnome ports to use the new x11/gnome module.
this module is now mature enough to be used in new ports too.

feedback and ok martynas@
2007-07-05 22:50:10 +00:00

38 lines
927 B
Makefile

# $OpenBSD: Makefile,v 1.3 2007/07/05 22:50:11 jasper Exp $
COMMENT= C++ interface to gnome-vfs
GNOME_PROJECT= gnome-vfsmm
GNOME_VERSION= 2.18.0
SHARED_LIBS= gnomevfsmm-2.6 0.0 # .1.9
HOMEPAGE= http://www.gtkmm.org
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ORBit-2 crypto dbus-1 dbus-glib-1 gconf-2 glib-2.0 \
gmodule-2.0 gnomevfs-2 gobject-2.0 gthread-2.0 m ssl \
util z
MODULES= devel/gettext \
x11/gnome
LIB_DEPENDS= gconf-2.>=5::devel/gconf2 \
glibmm-2.4:glib2mm->=2.8:devel/glib2mm \
sigc-2.0:libsigc++-2.*:devel/libsigc++-2 \
xml2.>=9::textproc/libxml \
gnomevfs-2::x11/gnome/vfs2
USE_X11= Yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--disable-gtk-doc \
--enable-static
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib \
-L${X11BASE}/lib"
.include <bsd.port.mk>