freebsd-ports/x11-toolkits/libwnck3/Makefile
Koop Mast 951c1f5d1c The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/

Thanks to Antoine Brodin for running the exp-runs.

PR:		229761
2018-09-30 11:58:29 +00:00

38 lines
896 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= libwnck
PORTVERSION= 3.24.1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
PKGNAMESUFFIX= 3
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library used for writing pagers and taskslists
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:xz
.if !defined(REFERENCE_PORT)
USES+= bison gettext gmake libtool localbase pathfix pkgconfig
USE_GNOME= cairo gdkpixbuf2 gtk30 intlhack introspection:build \
referencehack
USE_XORG= xext xrender xres x11
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-tools
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= STARTUP
OPTIONS_DEFAULT=STARTUP
STARTUP_DESC= Startup notification support
STARTUP_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification
STARTUP_CONFIGURE_ENABLE= startup-notification
.include <bsd.port.mk>
.endif