blob: 5cf4c72abbbf067799702311eaa3cca9f736d859 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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>
|