This package contains the library and header files for the ICE extension. More information: www.freedesktop.org
25 lines
675 B
Makefile
25 lines
675 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/11/27 01:48:57 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= libICE-6.3.1
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= http://freedesktop.org/~xlibs/dist/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= xtraeme@NetBSD.org
|
|
HOMEPAGE= http://freedesktop.org/
|
|
COMMENT= ICE extension
|
|
|
|
USE_BUILDLINK2= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/ice.pc.in
|
|
|
|
.include "../../wip/libX11/buildlink2.mk"
|
|
.include "../../wip/libXau/buildlink2.mk"
|
|
.include "../../wip/xproto/buildlink2.mk"
|
|
.include "../../wip/xtrans/buildlink2.mk"
|
|
.include "../../devel/pkgconfig/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|