summaryrefslogtreecommitdiff
path: root/x11-toolkits/libXt/Makefile
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-01-25 10:15:39 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-01-25 10:15:39 +0000
commita851ec30156af12dbe5970ee1c7e62226b95037c (patch)
tree22fa08b868e59601a6ef9a20244f85bed354167a /x11-toolkits/libXt/Makefile
parentNew port: X Pixmap library from freedesktop.org (diff)
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/libXt/Makefile')
-rw-r--r--x11-toolkits/libXt/Makefile30
1 files changed, 30 insertions, 0 deletions
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>