openbsd-ports/devel/libwnck/Makefile
jasper d4b0cf1772 - update libwnck to 2.20.3
(updated translations)

ok ajacoutot@
2008-02-03 20:57:27 +00:00

35 lines
959 B
Makefile

# $OpenBSD: Makefile,v 1.29 2008/02/03 20:57:27 jasper Exp $
COMMENT= window navigator construction kit
GNOME_PROJECT= libwnck
GNOME_VERSION= 2.20.3
SHARED_LIBS += wnck-1 21.1 # .24.6
CATEGORIES= devel
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 XRes Xau Xcomposite Xcursor Xdamage Xdmcp \
Xext Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo \
expat fontconfig freetype glib-2.0 glitz gmodule-2.0 \
gobject-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
pcre png z
MODULES= devel/gettext \
x11/gnome
LIB_DEPENDS= gdk-x11-2.0.>=1000.0,gdk_pixbuf-2.0.>=1000.0,gtk-x11-2.0.>=1000.0::x11/gtk+2 \
startup-notification-1::devel/startup-notification
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>