unconditionally. Instead, don't check for the existence of index.theme. This will allow us to catch errors that may be happening because of a missing dependency in the chain. Some hidden issues may appear, in which case please contact me. discussed with and ok blind jasper@
46 lines
1.1 KiB
Makefile
Executable File
46 lines
1.1 KiB
Makefile
Executable File
# $OpenBSD: Makefile,v 1.36 2012/06/15 08:30:20 ajacoutot Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= weather information access library
|
|
|
|
GNOME_PROJECT= libgweather
|
|
GNOME_VERSION= 3.4.1
|
|
REVISION= 0
|
|
|
|
SHARED_LIBS += gweather-3 0.0 # 0.3
|
|
|
|
CATEGORIES= net
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
|
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 cairo cairo-gobject
|
|
WANTLIB += dbus-1 dbus-glib-1 drm expat ffi fontconfig freetype
|
|
WANTLIB += gcrypt gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
|
|
WANTLIB += gnome-keyring gobject-2.0 gpg-error gthread-2.0 gtk-3
|
|
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
|
|
WANTLIB += png pthread-stubs soup-2.4 soup-gnome-2.4 sqlite3 stdc++
|
|
WANTLIB += xcb xcb-render xcb-shm xml2 z
|
|
|
|
MODULES= devel/gettext \
|
|
devel/gconf2 \
|
|
x11/gnome
|
|
|
|
MODGNOME_TOOLS= goi
|
|
MODGNOME_ICON_CACHE= Yes
|
|
|
|
LIB_DEPENDS= devel/libsoup,-gnome \
|
|
x11/gtk+3
|
|
|
|
|
|
MODGCONF2_SCHEMAS_DIR= libgweather
|
|
|
|
CONFIGURE_ARGS+= --with-zoneinfo-dir="/usr/share/zoneinfo"
|
|
|
|
.include <bsd.port.mk>
|