mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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.
This commit is contained in:
parent
a60d3aa895
commit
a851ec3015
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99044
@ -89,6 +89,7 @@
|
||||
SUBDIR += iwidgets
|
||||
SUBDIR += jx
|
||||
SUBDIR += lesstif
|
||||
SUBDIR += libXt
|
||||
SUBDIR += libbonoboui
|
||||
SUBDIR += libbonobouimm
|
||||
SUBDIR += libgail-gnome
|
||||
|
30
x11-toolkits/libXt/Makefile
Normal file
30
x11-toolkits/libXt/Makefile
Normal file
@ -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>
|
1
x11-toolkits/libXt/distinfo
Normal file
1
x11-toolkits/libXt/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (libXt-0.1.4.tar.bz2) = 32b6528c9deb058d1a9ed17ffa848df8
|
6
x11-toolkits/libXt/pkg-descr
Normal file
6
x11-toolkits/libXt/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This package contains the X Toolkit library.
|
||||
|
||||
WWW: http://www.freedesktop.org/Software/xlibs
|
||||
|
||||
- Eric Anholt
|
||||
anholt@FreeBSD.org
|
20
x11-toolkits/libXt/pkg-plist
Normal file
20
x11-toolkits/libXt/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user