openbsd-ports/x11/gnome/gyrus/Makefile
ajacoutot 8e6304f974 deve/gconf2 is about to loose its dependency on x11/gtk+2 so explicitely
register x11/gtk+2 for ports depending on gconf2 that don't have another
dependency that would bring it.

discussed with jasper@
2011-05-14 21:29:03 +00:00

46 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.13 2011/05/14 21:29:04 ajacoutot Exp $
COMMENT= Cyrus imapd administration GUI
GNOME_PROJECT= gyrus
GNOME_VERSION= 0.3.10
REVISION= 0
CATEGORIES= mail
HOMEPAGE= http://projects.gnome.org/gyrus/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo
WANTLIB += expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gconf-2
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pixman-1 png pthread z pthread-stubs xcb
WANTLIB += xcb-render GL Xxf86vm drm xcb-shm
MODULES= devel/gettext \
x11/gnome
LIB_DEPENDS= devel/gconf2 \
x11/gtk+2
DESKTOP_FILES= Yes
# secure connection not fully implemented yet
CONFIGURE_ARGS= --disable-gnutls
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-install:
echo "Icon=${TRUEPREFIX}/share/gyrus/pixmaps/logo_gyrus.png" \
>> ${PREFIX}/share/applications/gyrus.desktop
.include <bsd.port.mk>