e295539939
Some warning fixes, documentation update. Alan Coopersmith (1): Add README with pointers to mailing list, bugzilla & git repos Paulo Cesar Pereira de Andrade (1): Janitor: Correct sparse warnings. Peter Hutterer (1): libICE 1.0.6
27 lines
607 B
Makefile
27 lines
607 B
Makefile
# $NetBSD: Makefile,v 1.7 2009/08/29 15:28:51 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= libICE-1.0.6
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Inter Client Exchange (ICE) library for X
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= ice.pc.in
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
.include "../../x11/xtrans/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|