2013-04-23 14:20:25 +00:00
|
|
|
# Created by: Oliver Lehmann <oliver@FreeBSD.org>
|
2009-03-02 16:28:30 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libxfce4menu
|
2015-03-15 21:57:22 +00:00
|
|
|
PORTVERSION= 4.12.1
|
2015-08-02 15:03:19 +00:00
|
|
|
PORTREVISION= 1
|
2009-03-02 16:28:30 +00:00
|
|
|
CATEGORIES= x11 xfce
|
2015-03-15 21:57:22 +00:00
|
|
|
MASTER_SITES= XFCE/src/xfce/libxfce4ui/${PORTVERSION:R}
|
2011-03-03 10:12:30 +00:00
|
|
|
DISTNAME= libxfce4ui-${PORTVERSION}
|
2009-03-02 16:28:30 +00:00
|
|
|
DIST_SUBDIR= xfce4
|
|
|
|
|
2011-10-23 11:56:51 +00:00
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
2012-05-25 16:51:40 +00:00
|
|
|
COMMENT= Widgets library for the Xfce desktop environment
|
2009-03-02 16:28:30 +00:00
|
|
|
|
2015-03-05 22:52:30 +00:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2017-12-17 15:35:36 +00:00
|
|
|
PORTSCOUT= limit:^4\.12\.
|
|
|
|
|
|
|
|
USES= gmake libtool pathfix pkgconfig gettext-tools \
|
|
|
|
xfce tar:bzip2
|
2009-03-02 16:28:30 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2013-05-08 15:46:07 +00:00
|
|
|
USE_GNOME= glib20 gtk20 intltool intlhack
|
2009-03-02 16:28:30 +00:00
|
|
|
USE_LDCONFIG= yes
|
2015-03-05 22:52:30 +00:00
|
|
|
USE_XFCE= xfconf
|
2012-05-25 16:51:40 +00:00
|
|
|
INSTALLS_ICONS= yes
|
2015-03-05 22:52:30 +00:00
|
|
|
|
|
|
|
CONFIGURE_ARGS= --with-vendor-info=${OPSYS} --without-html-dir
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= GLADE GTK3 NLS STARTUP
|
|
|
|
OPTIONS_DEFAULT= GTK3 STARTUP
|
2017-12-17 15:35:36 +00:00
|
|
|
STARTUP_DESC= Startup notification
|
2016-04-01 14:33:55 +00:00
|
|
|
STARTUP_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification
|
2015-03-05 22:52:30 +00:00
|
|
|
STARTUP_CONFIGURE_ENABLE= startup-notification
|
2017-12-17 15:35:36 +00:00
|
|
|
NLS_USES= gettext-runtime
|
2015-03-05 22:52:30 +00:00
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
2016-04-01 14:33:55 +00:00
|
|
|
GLADE_LIB_DEPENDS= libgladeui-1.so:devel/glade3
|
2015-03-05 22:52:30 +00:00
|
|
|
GLADE_CONFIGURE_ENABLE= gladeui
|
2017-12-17 15:35:36 +00:00
|
|
|
GTK3_USE= gnome=gtk30
|
2015-03-05 22:52:30 +00:00
|
|
|
GTK3_CONFIGURE_ENABLE= gtk3
|
2017-12-17 15:35:36 +00:00
|
|
|
OPTIONS_SUB= yes
|
2012-01-14 19:11:46 +00:00
|
|
|
|
2012-05-30 16:49:12 +00:00
|
|
|
.include <bsd.port.mk>
|