summaryrefslogtreecommitdiff
path: root/x11/libXt/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-11-03 20:50:11 +0000
committerjoerg <joerg@pkgsrc.org>2006-11-03 20:50:11 +0000
commit5a2cac636d9973d3ddb86c256e67b91ab04f4868 (patch)
treef6ac8d79c6d8057cd8733b03dae4010488325d0a /x11/libXt/Makefile
parent4d0081f076985fa98d55d2c6f91eb1124f29e842 (diff)
downloadpkgsrc-5a2cac636d9973d3ddb86c256e67b91ab04f4868.tar.gz
Import libXt-1.0.3 from pkgrsc-wip:
This is the X Toolkit Intrinsics library. Xt Intrinsics is a library of C routines (based on Xlib) used for designing user interfaces with widgets. It also provides functions for handling events, initializing windows, and interpreting resource files. This is from the modular X.org project.
Diffstat (limited to 'x11/libXt/Makefile')
-rw-r--r--x11/libXt/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/x11/libXt/Makefile b/x11/libXt/Makefile
new file mode 100644
index 00000000000..31dd093684e
--- /dev/null
+++ b/x11/libXt/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 20:50:11 joerg Exp $
+#
+
+DISTNAME= libXt-1.0.3
+CATEGORIES= x11 devel
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= joerg@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= X Toolkit Intrinsics library
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+
+CONFIGURE_ENV+= APP_MAN_SUFFIX=1 LIB_MAN_SUFFIX=3
+PKGCONFIG_OVERRIDE+= xt.pc.in
+
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/kbproto/buildlink3.mk"
+.include "../../x11/xproto/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"