2008-12-17 13:47:57 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2008/12/17 18:47:58 jasper Exp $
|
2007-09-16 15:51:52 -04:00
|
|
|
|
|
|
|
COMMENT= project management application
|
|
|
|
|
|
|
|
GNOME_PROJECT= planner
|
2008-07-18 08:06:42 -04:00
|
|
|
GNOME_VERSION= 0.14.3
|
2008-12-17 13:47:57 -05:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2007-09-16 15:51:52 -04:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
SHARED_LIBS += planner-1 0.0 # .0.0
|
|
|
|
|
|
|
|
HOMEPAGE= http://live.gnome.org/Planner
|
|
|
|
|
2008-07-18 08:06:42 -04:00
|
|
|
# LGPLv2
|
2007-09-16 15:51:52 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcursor Xdmcp \
|
|
|
|
Xext Xfixes Xi Xinerama Xrandr Xrender art_lgpl_2 atk-1.0 \
|
|
|
|
audiofile bonobo-2 bonobo-activation c cairo crypto \
|
|
|
|
dbus-1 dbus-glib-1 esd expat fontconfig freetype gconf-2 \
|
|
|
|
gcrypt gdk-x11-2.0 gdk_pixbuf-2.0 glade-2.0 glib-2.0 \
|
|
|
|
glitz gmodule-2.0 gnome-2 gnome-keyring gnomecanvas-2 \
|
|
|
|
gnomeprint-2-2 gnomevfs-2 gobject-2.0 gpg-error gthread-2.0 \
|
|
|
|
gtk-x11-2.0 jpeg m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
|
|
|
|
png popt pthread ssl util xml2 z
|
|
|
|
|
|
|
|
MODULES= devel/gettext \
|
|
|
|
lang/python \
|
|
|
|
x11/gnome
|
|
|
|
|
2008-12-17 13:47:57 -05:00
|
|
|
BUILD_DEPENDS= :rarian-*:textproc/rarian \
|
2007-09-16 15:51:52 -04:00
|
|
|
:py-gtk2-*:x11/py-gtk2
|
2008-01-04 12:41:31 -05:00
|
|
|
RUN_DEPENDS= :py-gtk2-*:x11/py-gtk2 \
|
2008-12-17 13:47:57 -05:00
|
|
|
:rarian-*:textproc/rarian \
|
2008-05-26 06:28:46 -04:00
|
|
|
:shared-mime-info->=0.21:misc/shared-mime-info
|
2007-09-16 15:51:52 -04:00
|
|
|
|
|
|
|
LIB_DEPENDS= bonoboui-2::x11/gnome/libbonoboui \
|
|
|
|
gnomeprintui-2-2::x11/gnome/libgnomeprintui \
|
|
|
|
gnomeui-2::x11/gnome/libgnomeui \
|
|
|
|
exslt,xslt::textproc/libxslt
|
|
|
|
|
|
|
|
USE_X11= Yes
|
2008-05-26 06:28:46 -04:00
|
|
|
MODGNOME_HELP_FILES= Yes
|
2007-09-16 15:51:52 -04:00
|
|
|
DESKTOP_FILES= Yes
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
|
|
--with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/planner \
|
|
|
|
--disable-schemas-install \
|
|
|
|
--disable-update-mimedb \
|
2008-07-18 08:06:42 -04:00
|
|
|
--enable-python \
|
|
|
|
--enable-eds=no
|
2007-09-16 15:51:52 -04:00
|
|
|
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
PYTHON="${MODPY_BIN}" \
|
|
|
|
UPDATE_DESKTOP_DATABASE="/usr/bin/false"
|
|
|
|
post-patch:
|
|
|
|
@ln -s /usr/bin/true ${WRKDIR}/bin/scrollkeeper-update
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir="${SYSCONFDIR}/gnome"
|