deprecated xlibs. Sorry no changelog provided here -- this is a work in progress. No longer installs include/X11/ICE/ICEtrans.h. Remove buildlink includes of libX11 and libXau and comment out threads usage. Remove all buildlink includes from buildlink3.mk file for now.
25 lines
636 B
Makefile
25 lines
636 B
Makefile
# $NetBSD: Makefile,v 1.18 2005/11/12 01:31:33 jeremy-c-reed Exp $
|
|
#
|
|
|
|
DISTNAME= libICE-0.99.1
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= http://xorg.freedesktop.org/releases/X11R7.0-RC2/lib/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Inter Client Exchange (ICE) library for X
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= ice.pc.in
|
|
|
|
.include "../../wip/xproto/buildlink3.mk"
|
|
.include "../../wip/xtrans/buildlink3.mk"
|
|
#.include "../../mk/pthread.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|