27 lines
750 B
Makefile
27 lines
750 B
Makefile
# $NetBSD: Makefile,v 1.5 2004/05/09 02:39:34 minskim Exp $
|
|
#
|
|
|
|
DISTNAME= libXres-1.0.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= http://freedesktop.org/~xlibs/release/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://xlibs.freedesktop.org/
|
|
COMMENT= X Resource usage library
|
|
|
|
USE_BUILDLINK2= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= xres.pc.in
|
|
|
|
.include "../../wip/libX11/buildlink2.mk"
|
|
.include "../../wip/libXau/buildlink2.mk"
|
|
.include "../../wip/libXext/buildlink2.mk"
|
|
.include "../../wip/xproto/buildlink2.mk"
|
|
.include "../../wip/xextensions/buildlink2.mk"
|
|
.include "../../wip/resourceext/buildlink2.mk"
|
|
.include "../../devel/pkgconfig/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|