1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Add libxfce4util 3.99.2,

xFce 4 library with non-graphical helper
functions.

PR:		53154
Submitted by:	James Earl <jdearl@telus.net>
This commit is contained in:
Oliver Lehmann 2003-07-28 18:11:36 +00:00
parent 6bda1e2ccb
commit 6ec65083f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85749
5 changed files with 56 additions and 0 deletions

View File

@ -76,6 +76,7 @@
SUBDIR += libpanel
SUBDIR += libsx
SUBDIR += libxfce4mcs
SUBDIR += libxfce4util
SUBDIR += libxklavier
SUBDIR += linux-gnomelibs
SUBDIR += login.app

32
x11/libxfce4util/Makefile Normal file
View File

@ -0,0 +1,32 @@
# New ports collection makefile for: libxfce4util
# Date created: 7 June 2003
# Whom: James Earl <jdearl@telus.net>
#
# $FreeBSD$
#
PORTNAME= libxfce4util
PORTVERSION= 3.99.2
CATEGORIES= x11
MASTER_SITES= http://www.xfce.org/archive/xfce4-rc2/src/ \
ftp://ftp.unix-ag.org/user/bmeurer/xfce4/rc2/separate/ \
http://usuarios.lycos.es/xfce4/tarballs/rc2/separate/ \
http://linux.imp.mx/xfce4/rc2/xfce4-rc2/src/
DIST_SUBDIR= xfce4
MAINTAINER= ports@FreeBSD.org
COMMENT= XFce 4 library with non-graphical helper functions
USE_GNOME= glib20
USE_REINPLACE= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
NO_FILTER_SHLIBS= yes
post-patch:
@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
${WRKSRC}/${PORTNAME}/Makefile.in
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (xfce4/libxfce4util-3.99.2.tar.gz) = 64eb9e9e89c6fb33fefebde9cd7b221a

View File

@ -0,0 +1,3 @@
XFce 4 library with non-graphical helper functions.
WWW: http://www.xfce.org

View File

@ -0,0 +1,19 @@
include/xfce4/libxfce4util/debug.h
include/xfce4/libxfce4util/i18n.h
include/xfce4/libxfce4util/utf8.h
include/xfce4/libxfce4util/util.h
lib/libxfce4util.a
lib/libxfce4util.la
lib/libxfce4util.so
lib/libxfce4util.so.1
libdata/pkgconfig/libxfce4util-1.0.pc
share/xfce4/i18n/nls.alias
share/xfce4/m4/X11.m4
share/xfce4/m4/debug.m4
share/xfce4/m4/depends.m4
share/xfce4/m4/i18n.m4
@dirrm include/xfce4/libxfce4util
@unexec rmdir %D/include/xfce4 2>/dev/null || true
@dirrm share/xfce4/i18n
@dirrm share/xfce4/m4
@unexec rmdir %D/share/xfce4 2>/dev/null || true