diff options
author | anholt <anholt@FreeBSD.org> | 2004-01-25 10:15:39 +0000 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-01-25 10:15:39 +0000 |
commit | 765daf0a320f82b1a4fc0f800f0fc41b0f652550 (patch) | |
tree | cfcdb898fc05a5fd9bfb89299626c612dd9487f2 /x11-toolkits/libXt | |
parent | 5f09b667b1f4e5a2221d8720b9e0ec5fe1ba223c (diff) | |
download | FreeBSD-ports-765daf0a320f82b1a4fc0f800f0fc41b0f652550.zip FreeBSD-ports-765daf0a320f82b1a4fc0f800f0fc41b0f652550.tar.gz |
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.
Diffstat (limited to 'x11-toolkits/libXt')
-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 |
4 files changed, 57 insertions, 0 deletions
diff --git a/x11-toolkits/libXt/Makefile b/x11-toolkits/libXt/Makefile new file mode 100644 index 0000000..93ffc16 --- /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 0000000..6bb111d --- /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 0000000..36f0e09 --- /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 0000000..251859b --- /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 |