2010-11-22 03:36:47 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2010/11/22 08:36:57 espie Exp $
|
2009-02-15 06:39:05 -05:00
|
|
|
|
|
|
|
COMMENT= Cyrus imapd administration GUI
|
|
|
|
|
|
|
|
GNOME_PROJECT= gyrus
|
2010-03-20 12:45:57 -04:00
|
|
|
GNOME_VERSION= 0.3.9
|
2010-10-11 04:11:24 -04:00
|
|
|
REVISION= 2
|
2009-02-15 06:39:05 -05:00
|
|
|
|
|
|
|
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 dbus-1
|
2010-07-25 04:15:32 -04:00
|
|
|
WANTLIB += expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gconf-2
|
2010-10-11 04:11:24 -04:00
|
|
|
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
|
2010-07-25 04:15:32 -04:00
|
|
|
WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 gnet-2.0
|
|
|
|
WANTLIB += pixman-1 png pthread xml2 z pthread-stubs xcb glade-2.0
|
2010-04-24 12:50:20 -04:00
|
|
|
WANTLIB += xcb-render xcb-render-util
|
2009-02-15 06:39:05 -05:00
|
|
|
|
|
|
|
MODULES= devel/gettext \
|
|
|
|
x11/gnome
|
|
|
|
|
2010-11-22 03:36:47 -05:00
|
|
|
LIB_DEPENDS= devel/gconf2 \
|
|
|
|
net/gnet \
|
|
|
|
devel/libglade2
|
2009-02-15 06:39:05 -05:00
|
|
|
|
|
|
|
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:
|
2009-02-15 07:16:35 -05:00
|
|
|
echo "Icon=${TRUEPREFIX}/share/gyrus/pixmaps/logo_gyrus.png" \
|
2009-02-15 06:39:05 -05:00
|
|
|
>> ${PREFIX}/share/applications/gyrus.desktop
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|