From a851ec30156af12dbe5970ee1c7e62226b95037c Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sun, 25 Jan 2004 10:15:39 +0000 Subject: New port: X Toolkit library from freedesktop.org Testing is encouraged, but please do not use these ports as dependencies until the XFree86 ports have been updated to depend on them. --- x11-toolkits/libXt/Makefile | 30 ++++++++++++++++++++++++++++++ x11-toolkits/libXt/distinfo | 1 + x11-toolkits/libXt/pkg-descr | 6 ++++++ x11-toolkits/libXt/pkg-plist | 20 ++++++++++++++++++++ 4 files changed, 57 insertions(+) create mode 100644 x11-toolkits/libXt/Makefile create mode 100644 x11-toolkits/libXt/distinfo create mode 100644 x11-toolkits/libXt/pkg-descr create mode 100644 x11-toolkits/libXt/pkg-plist (limited to 'x11-toolkits/libXt') diff --git a/x11-toolkits/libXt/Makefile b/x11-toolkits/libXt/Makefile new file mode 100644 index 000000000000..93ffc165958c --- /dev/null +++ b/x11-toolkits/libXt/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: libXt +# Date Created: 25 Jan, 2003 +# Whom: Eric Anholt +# +# $FreeBSD$ +# + +PORTNAME= libXt +PORTVERSION= 0.1.4 +CATEGORIES= x11-toolkits +MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ + +MAINTAINER= x11@FreeBSD.org +COMMENT= X Toolkit library + +LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 +BUILD_DEPENDS= ${LIB_PC_DEPENDS} +RUN_DEPENDS= ${LIB_PC_DEPENDS} + +USE_BZIP2= yes +PREFIX?= ${X11BASE} +GNU_CONFIGURE= yes +USE_GMAKE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_LIBTOOL= yes +CFLAGS+= -DMALLOC_0_RETURNS_NULL +INSTALLS_SHLIB= yes +USE_GNOME= gnomehack pkgconfig + +.include diff --git a/x11-toolkits/libXt/distinfo b/x11-toolkits/libXt/distinfo new file mode 100644 index 000000000000..6bb111d554cf --- /dev/null +++ b/x11-toolkits/libXt/distinfo @@ -0,0 +1 @@ +MD5 (libXt-0.1.4.tar.bz2) = 32b6528c9deb058d1a9ed17ffa848df8 diff --git a/x11-toolkits/libXt/pkg-descr b/x11-toolkits/libXt/pkg-descr new file mode 100644 index 000000000000..36f0e095cbad --- /dev/null +++ b/x11-toolkits/libXt/pkg-descr @@ -0,0 +1,6 @@ +This package contains the X Toolkit library. + +WWW: http://www.freedesktop.org/Software/xlibs + +- Eric Anholt +anholt@FreeBSD.org diff --git a/x11-toolkits/libXt/pkg-plist b/x11-toolkits/libXt/pkg-plist new file mode 100644 index 000000000000..251859bd06d1 --- /dev/null +++ b/x11-toolkits/libXt/pkg-plist @@ -0,0 +1,20 @@ +include/X11/Composite.h +include/X11/CompositeP.h +include/X11/ConstrainP.h +include/X11/Constraint.h +include/X11/Core.h +include/X11/CoreP.h +include/X11/Intrinsic.h +include/X11/IntrinsicP.h +include/X11/Object.h +include/X11/RectObj.h +include/X11/RectObjP.h +include/X11/ShellP.h +include/X11/StringDefs.h +include/X11/Vendor.h +include/X11/VendorP.h +lib/libXt.a +lib/libXt.la +lib/libXt.so +lib/libXt.so.6 +libdata/pkgconfig/xt.pc -- cgit v1.2.3