pkgsrc/sysutils/libpciaccess/Makefile

39 lines
994 B
Makefile

# $NetBSD: Makefile,v 1.2 2008/10/30 21:06:32 bjs Exp $
#
DISTNAME= libpciaccess-0.10.4
CATEGORIES= sysutils x11
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= bjs@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= PCI access utility library from X.org
PKG_DESTDIR_SUPPORT= user-destdir
###
### XXX This list is probably not exhaustive.
###
ONLY_FOR_PLATFORM= FreeBSD-*-i386 NetBSD-*-i386 OpenBSD-*-i386
ONLY_FOR_PLATFORM+= FreeBSD-*-x86_64 NetBSD-*-x86_64 OpenBSD-*-x86_64
ONLY_FOR_PLATFORM+= DragonFly-i386-* DragonFly-x86_64-*
ONLY_FOR_PLATFORM+= Linux-*-* SunOS-*-*
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
###
### XXX When our patches make it upstream, this will no longer be
### necessary.
###
USE_TOOLS+= autoconf automake autoreconf
CONFIGURE_ARGS+= --with-zlib
PKGCONFIG_OVERRIDE+= pciaccess.pc.in
pre-configure:
cd ${WRKSRC} && autoreconf -v -i -f
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"