pkgsrc-wip/libXt/Makefile
Jeremy C. Reed d852852cb6 Update to modular X.org (release candidate 2) version instead
of deprecate xlibs. This adds man pages. (Other changes unknown,
this is a work in progress.)

Remove conflict with XFree86-libs (since in different PREFIX).
Remove gmake as a USE_TOOLS.

Remove libICE and xextensions and pthread buildlink includes.
Add include for kbproto.

In buildlink3.mk file remove all includes for others. Also
remove LIBS and LDFLAGS settings.
2005-11-12 01:42:32 +00:00

27 lines
704 B
Makefile

# $NetBSD: Makefile,v 1.17 2005/11/12 01:42:32 jeremy-c-reed Exp $
#
DISTNAME= libXt-0.99.2
CATEGORIES= x11 devel
MASTER_SITES= http://xorg.freedesktop.org/releases/X11R7.0-RC2/lib/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= X Toolkit Intrinsics library
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= xt.pc.in
.include "../../wip/libSM/buildlink3.mk"
.include "../../wip/libX11/buildlink3.mk"
.include "../../wip/kbproto/buildlink3.mk"
.include "../../wip/xproto/buildlink3.mk"
#.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"