pkgsrc/x11/libXres/Makefile
joerg 094c7365c1 Import libXres-1.0.2 from pkgsrc-wip:
This package contains the X Resource Information Extension Library
from the modular X.org project.

X-Resource is an extension that allows a client to query the X
server about its usage of various resources.
2006-11-03 22:05:26 +00:00

27 lines
706 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 22:05:26 joerg Exp $
#
DISTNAME= libXres-1.0.2
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= X Resource Information Extension Library
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= xres.pc.in
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/resourceproto/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"