openbsd-ports/net/twitux/Makefile
ajacoutot 6d01c2069a Fix build/run with new libnotify.
tested in a bulk by landry, thanks!
ok landry@ jasper@
2011-04-21 07:04:56 +00:00

61 lines
1.5 KiB
Makefile

# $OpenBSD: Makefile,v 1.16 2011/04/21 07:05:51 ajacoutot Exp $
COMMENT= Gtk-based GUI client for Twitter
GNOME_PROJECT= twitux
GNOME_VERSION= 0.69
REVISION= 8
CATEGORIES= net
HOMEPAGE= http://live.gnome.org/DanielMorales/Twitux
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=twitux/}
EXTRACT_SUFX= .tar.bz2
WANTLIB += GL ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0
WANTLIB += c cairo canberra canberra-gtk dbus-1 dbus-glib-1 drm
WANTLIB += enchant expat fontconfig freetype gcrypt gdk-x11-2.0
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gnome-keyring
WANTLIB += gobject-2.0 gpg-error gthread-2.0 gtk-x11-2.0 ltdl
WANTLIB += m notify ogg pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread pthread-stubs sexy soup-2.4
WANTLIB += stdc++ vorbis vorbisfile xcb xcb-render xcb-shm xml2
WANTLIB += z
BUILD_DEPENDS= devel/iso-codes
LIB_DEPENDS= devel/libsoup \
x11/libsexy \
x11/gnome/libgnome-keyring \
devel/libnotify>=0.7.2 \
audio/libcanberra,-gtk \
textproc/enchant
MODULES= devel/gconf2 \
devel/gettext \
x11/gnome
MODGCONF2_SCHEMAS_DIR= twitux
MODGNOME_HELP_FILES= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-dbus=yes \
--enable-gnome-keyring=yes \
--enable-spell=yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
DESKTOP_FILES= Yes
.include <bsd.port.mk>