openbsd-ports/devel/libunique/Makefile

43 lines
1.0 KiB
Makefile
Raw Normal View History

2010-11-15 14:45:56 -05:00
# $OpenBSD: Makefile,v 1.10 2010/11/15 19:46:00 espie Exp $
COMMENT = library for writing single instance application
GNOME_PROJECT = libunique
2009-10-12 06:25:07 -04:00
GNOME_VERSION = 1.1.2
2010-10-11 04:11:24 -04:00
REVISION = 1
2009-10-12 06:25:07 -04:00
SHARED_LIBS += unique-1.0 1.0 # .100.2
CATEGORIES = devel
HOMEPAGE = http://live.gnome.org/LibUnique
# LGPLv2.1
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
--with-x \
2009-10-12 06:25:07 -04:00
--enable-gtk-doc=no \
--enable-introspection=no
MODULES = devel/gettext \
x11/gnome
2010-11-15 14:45:56 -05:00
LIB_DEPENDS = x11/gtk+2 \
x11/dbus-glib
WANTLIB = X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
Xi Xinerama Xrandr Xrender atk-1.0 cairo dbus-1 expat \
2010-10-11 04:11:24 -04:00
fontconfig freetype gio-2.0 glib-2.0 gmodule-2.0 \
gobject-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre \
2010-11-08 04:57:39 -05:00
pixman-1 png pthread-stubs xcb z gdk_pixbuf-2.0 \
gdk-x11-2.0 gtk-x11-2.0 dbus-glib-1
.include <bsd.port.mk>