2014-04-02 09:36:09 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.28 2014/04/02 09:36:10 jasper Exp $
|
2011-09-20 21:17:26 +00:00
|
|
|
|
|
|
|
# XXX fix building with glib2 >= 2.29 (G_CONST_RETURN is deprecated)
|
|
|
|
CFLAGS += "-DG_CONST_RETURN=const"
|
2008-10-25 12:47:46 +00:00
|
|
|
|
2011-04-27 11:07:11 +00:00
|
|
|
COMMENT = library for writing single instance GTK+2 applications
|
2008-10-25 12:47:46 +00:00
|
|
|
|
2009-03-22 14:21:25 +00:00
|
|
|
GNOME_PROJECT = libunique
|
2011-03-07 19:34:43 +00:00
|
|
|
GNOME_VERSION = 1.1.6
|
2013-09-28 08:50:34 +00:00
|
|
|
REVISION= 7
|
2008-10-25 12:47:46 +00:00
|
|
|
|
2011-03-07 19:34:43 +00:00
|
|
|
SHARED_LIBS += unique-1.0 2.0 # .100.6
|
2008-10-25 12:47:46 +00:00
|
|
|
CATEGORIES = devel
|
|
|
|
|
|
|
|
# LGPLv2.1
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2011-09-12 12:07:24 +00:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2013-04-25 07:11:43 +00:00
|
|
|
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes
|
|
|
|
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo dbus-1
|
|
|
|
WANTLIB += dbus-glib-1 expat fontconfig freetype gdk-x11-2.0
|
2011-03-07 19:34:43 +00:00
|
|
|
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
2013-05-31 15:34:39 +00:00
|
|
|
WANTLIB += graphite2 gthread-2.0 gtk-x11-2.0 harfbuzz
|
|
|
|
WANTLIB += m pango-1.0 pangocairo-1.0
|
2013-04-25 07:11:43 +00:00
|
|
|
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
|
2012-02-21 22:36:43 +00:00
|
|
|
WANTLIB += xcb xcb-render xcb-shm z ffi
|
2011-03-07 19:34:43 +00:00
|
|
|
|
2014-04-02 09:36:09 +00:00
|
|
|
MODGNOME_TOOLS += gobject-introspection
|
2011-04-07 08:11:06 +00:00
|
|
|
|
2008-10-25 12:47:46 +00:00
|
|
|
CONFIGURE_STYLE = gnu
|
2011-09-20 21:04:24 +00:00
|
|
|
CONFIGURE_ARGS = --with-x
|
2009-03-22 14:21:25 +00:00
|
|
|
|
|
|
|
MODULES = devel/gettext \
|
|
|
|
x11/gnome
|
2008-10-25 12:47:46 +00:00
|
|
|
|
2010-11-15 19:45:56 +00:00
|
|
|
LIB_DEPENDS = x11/gtk+2 \
|
|
|
|
x11/dbus-glib
|
2008-10-25 12:47:46 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|