opnsense-ports/x11/libxfce4util/Makefile
Franco Fichtner 26ccd68319 */*: sync with upstream
Taken from: FreeBSD
2015-04-29 07:20:49 +02:00

29 lines
596 B
Makefile

# Created by: James Earl <jdearl@telus.net>
# $FreeBSD$
PORTNAME= libxfce4util
PORTVERSION= 4.12.1
CATEGORIES= x11 xfce
MASTER_SITES= XFCE
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Extension library for the Xfce desktop environment
LICENSE= GPLv2
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= gmake libtool pathfix perl5 pkgconfig gettext-tools \
xfce tar:bzip2
USE_GNOME= glib20 intltool intlhack
USE_LDCONFIG= yes
CONFIGURE_ARGS=--without-html-dir
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>