mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
9a9a6a9647
- Fix portlint warning - Whitespace fixes - Regenerate patch
43 lines
1.1 KiB
Makefile
43 lines
1.1 KiB
Makefile
# Created by: Oliver Lehmann <oliver@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libxfce4menu
|
|
PORTVERSION= 4.12.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11 xfce
|
|
MASTER_SITES= XFCE/src/xfce/libxfce4ui/${PORTVERSION:R}
|
|
DISTNAME= libxfce4ui-${PORTVERSION}
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Widgets library for the Xfce desktop environment
|
|
|
|
LICENSE= GPLv2
|
|
|
|
PORTSCOUT= limit:^4\.12\.
|
|
|
|
USES= gmake libtool pathfix pkgconfig gettext-tools \
|
|
xfce tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= glib20 gtk20 intltool intlhack
|
|
USE_LDCONFIG= yes
|
|
USE_XFCE= xfconf
|
|
INSTALLS_ICONS= yes
|
|
|
|
CONFIGURE_ARGS= --with-vendor-info=${OPSYS} --without-html-dir
|
|
|
|
OPTIONS_DEFINE= GLADE GTK3 NLS STARTUP
|
|
OPTIONS_DEFAULT= GTK3 STARTUP
|
|
STARTUP_DESC= Startup notification
|
|
STARTUP_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification
|
|
STARTUP_CONFIGURE_ENABLE= startup-notification
|
|
NLS_USES= gettext-runtime
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
GLADE_LIB_DEPENDS= libgladeui-1.so:devel/glade3
|
|
GLADE_CONFIGURE_ENABLE= gladeui
|
|
GTK3_USE= gnome=gtk30
|
|
GTK3_CONFIGURE_ENABLE= gtk3
|
|
OPTIONS_SUB= yes
|
|
|
|
.include <bsd.port.mk>
|