1d1f5a4e31
Add USES=compiler:c11 to fix: ../libxfce4util/xfce-kiosk.h:37: error: redefinition of typedef 'XfceKiosk' ../libxfce4util/xfce-kiosk.h:35: error: previous declaration of 'XfceKiosk' was here Approved by: mentors (implicit approval)
44 lines
934 B
Makefile
44 lines
934 B
Makefile
# Created by: James Earl <jdearl@telus.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libxfce4util
|
|
PORTVERSION= 4.14.0
|
|
CATEGORIES= x11 xfce
|
|
MASTER_SITES= XFCE
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Extension library for the Xfce desktop environment
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= compiler:c11 gettext-tools gmake gnome libtool pathfix perl5 \
|
|
pkgconfig tar:bzip2 xfce
|
|
USE_GNOME= glib20 intltool
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
CONFIGURE_ARGS= --without-html-dir
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
OPTIONS_DEFINE= GIR NLS VAPI
|
|
OPTIONS_DEFAULT= GIR VAPI
|
|
OPTIONS_SUB= yes
|
|
|
|
GIR_DESC= Use Gobject Introspection
|
|
|
|
GIR_USE= gnome=introspection:build
|
|
GIR_CONFIGURE_ON= --enable-introspection=yes
|
|
GIR_CONFIGURE_OFF= --enable-introspection=no
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
NLS_USES= gettext-runtime
|
|
|
|
VAPI_BUILD_DEPENDS= vapigen:lang/vala
|
|
VAPI_CONFIGURE_ENABLE= vala
|
|
VAPI_IMPLIES= GIR
|
|
|
|
.include <bsd.port.mk>
|