mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
3572ca3e01
New version of gtk3 in tree
33 lines
779 B
Makefile
33 lines
779 B
Makefile
PORTNAME= libwnck
|
|
PORTVERSION= 3.36.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-toolkits gnome
|
|
MASTER_SITES= GNOME
|
|
PKGNAMESUFFIX= 3
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Library used for writing pagers and taskslists
|
|
WWW= https://www.gnome.org/
|
|
|
|
LICENSE= LGPL20
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= tar:xz
|
|
|
|
USES+= bison gettext gnome localbase meson pkgconfig \
|
|
xorg
|
|
USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build
|
|
USE_XORG= xext xrender xres x11
|
|
USE_LDCONFIG= yes
|
|
MESON_ARGS= -Dgtk_doc=false \
|
|
-Dinstall_tools=false
|
|
|
|
OPTIONS_DEFINE= STARTUP
|
|
OPTIONS_DEFAULT=STARTUP
|
|
STARTUP_DESC= Startup notification support
|
|
STARTUP_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification
|
|
STARTUP_MESON_ENABLED= startup_notification
|
|
|
|
.include <bsd.port.mk>
|