# Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= libmatewnck PORTVERSION= 1.6.1 PORTREVISION= 1 CATEGORIES= x11-toolkits mate MASTER_SITES= MATE DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Library used for writing pagers and taskslists BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc PORTSCOUT= limitw:1,even USES= bison gettext gmake libtool pathfix pkgconfig tar:xz USE_XORG= x11 xres USE_GNOME= gdkpixbuf2 glib20 gnomehier gtk20 intlhack introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk-doc \ --with-html-dir=${PREFIX}/share/doc CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= STARTUP OPTIONS_DEFAULT=STARTUP STARTUP_DESC= Startup notification support INSTALL_TARGET= install-strip .include .if ${PORT_OPTIONS:MSTARTUP} LIB_DEPENDS+= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification CONFIGURE_ARGS+=--enable-startup-notification .else CONFIGURE_ARGS+=--disable-startup-notification .endif .include