2008-06-19 12:46:06 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2008/06/19 16:46:06 jasper Exp $
|
2008-06-18 15:44:55 -04:00
|
|
|
|
|
|
|
COMMENT= lightweight addressbook
|
|
|
|
|
|
|
|
GNOME_PROJECT= contacts
|
|
|
|
GNOME_VERSION= 0.9
|
|
|
|
CATEGORIES= misc x11
|
|
|
|
|
|
|
|
HOMEPAGE= http://pimlico-project.org/contacts.html
|
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= http://pimlico-project.org/sources/contacts/
|
2008-06-19 12:46:06 -04:00
|
|
|
EXTRACT_SUFX= .tar.gz
|
2008-06-18 15:44:55 -04:00
|
|
|
|
|
|
|
WANTLIB= ORBit-2 ORBitCosNaming-2 X11 Xau Xcomposite Xcursor \
|
|
|
|
Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender \
|
|
|
|
asn1 atk-1.0 audiofile bonobo-2 bonobo-activation c cairo \
|
|
|
|
com_err crypto db dbus-1 dbus-glib-1 esd expat fontconfig \
|
|
|
|
freetype gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \
|
|
|
|
glitz gmodule-2.0 gnome-2 gnomevfs-2 gobject-2.0 gssapi \
|
|
|
|
gthread-2.0 gtk-x11-2.0 krb5 m nspr4 nss3 pango-1.0 \
|
|
|
|
pangocairo-1.0 pangoft2-1.0 pcre pixman-1 plc4 plds4 \
|
|
|
|
png popt pthread smime3 softokn3 ssl ssl3 util xml2 z
|
|
|
|
|
|
|
|
MODULES= devel/gettext \
|
|
|
|
x11/gnome
|
|
|
|
|
|
|
|
DESKTOP_FILES= Yes
|
|
|
|
USE_X11= Yes
|
|
|
|
|
|
|
|
LIB_DEPENDS= camel-1.2,ebook-1.2,edataserver-1.2::databases/evolution-data-server
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/contacts \
|
|
|
|
--disable-schemas-install \
|
|
|
|
--enable-gnome-vfs \
|
|
|
|
--enable-gconf \
|
|
|
|
--enable-dbus
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|