diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-01-25 10:15:39 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-01-25 10:15:39 +0000 |
commit | a851ec30156af12dbe5970ee1c7e62226b95037c (patch) | |
tree | 22fa08b868e59601a6ef9a20244f85bed354167a /x11-toolkits | |
parent | a60d3aa8954736c6f561ce25f619605310838225 (diff) | |
download | ports-a851ec30156af12dbe5970ee1c7e62226b95037c.tar.gz ports-a851ec30156af12dbe5970ee1c7e62226b95037c.zip |
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.
Notes
Notes:
svn path=/head/; revision=99044
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/libXt/Makefile | 30 | ||||
-rw-r--r-- | x11-toolkits/libXt/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/libXt/pkg-descr | 6 | ||||
-rw-r--r-- | x11-toolkits/libXt/pkg-plist | 20 |
5 files changed, 58 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index f69cd8b458e8..a4fe6266db7c 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -89,6 +89,7 @@ SUBDIR += iwidgets SUBDIR += jx SUBDIR += lesstif + SUBDIR += libXt SUBDIR += libbonoboui SUBDIR += libbonobouimm SUBDIR += libgail-gnome 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 <anholt@FreeBSD.org> +# +# $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 <bsd.port.mk> 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 |