d129587b5d
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
35 lines
826 B
Makefile
35 lines
826 B
Makefile
# Created by: Franz Klammer <klammer@webonaut.com>
|
|
# $FreeBSD$
|
|
# $MCom: ports/trunk/x11/zenity/Makefile 19968 2014-10-16 07:29:56Z gusi $
|
|
|
|
PORTNAME= zenity
|
|
PORTVERSION= 3.16.3
|
|
CATEGORIES= x11 gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Display GNOME dialogs from the command line
|
|
|
|
LICENSE= LGPL20
|
|
|
|
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
|
|
|
|
CONFLICTS= gtkada-1.2.* zenity-2.*
|
|
|
|
USES= gettext gmake pathfix pkgconfig perl5 tar:xz
|
|
USE_GNOME= gnomeprefix gtk30 intlhack
|
|
USE_XORG= x11
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
OPTIONS_DEFINE= NOTIFY
|
|
OPTIONS_DEFAULT=NOTIFY
|
|
NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify
|
|
NOTIFY_CONFIGURE_ENABLE=libnotify
|
|
|
|
post-patch:
|
|
@${RM} ${WRKSRC}/src/gdialog
|
|
|
|
.include <bsd.port.mk>
|