37 lines
967 B
Makefile
37 lines
967 B
Makefile
# $NetBSD: Makefile,v 1.16 2005/09/07 16:24:56 leonardschmidt Exp $
|
|
#
|
|
|
|
DISTNAME= libXt-0.1.5
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= http://xlibs.freedesktop.org/release/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
HOMEPAGE= http://xlibs.freedesktop.org/
|
|
COMMENT= X Toolkit Intrinsics library
|
|
|
|
CONFLICTS+= XFree86-libs-[0-9]*
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
# now includes and builds makestrs
|
|
#.if !exists(${X11BASE}/bin/makestrs) && !exists(/usr/bin/makestrs)
|
|
#BUILD_DEPENDS+= imake-[0-9]*:../../wip/imake
|
|
#.endif
|
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= xt.pc.in
|
|
|
|
.include "../../wip/libICE/buildlink3.mk"
|
|
.include "../../wip/libSM/buildlink3.mk"
|
|
.include "../../wip/libX11/buildlink3.mk"
|
|
.include "../../wip/xproto/buildlink3.mk"
|
|
.include "../../x11/xextensions/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|