26 lines
737 B
Makefile
26 lines
737 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/12/30 20:09:37 cjep Exp $
|
|
#
|
|
|
|
DISTNAME= libXfixes-2.0.0
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= http://freedesktop.org/~xlibs/dist/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= xtraeme@NetBSD.org
|
|
HOMEPAGE= http://freedesktop.org/
|
|
COMMENT= Xfixes extension of X RandR
|
|
|
|
USE_BUILDLINK2= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/xfixes.pc.in
|
|
|
|
.include "../../wip/libX11/buildlink2.mk"
|
|
.include "../../wip/libXau/buildlink2.mk"
|
|
.include "../../wip/fixesext/buildlink2.mk"
|
|
.include "../../wip/xextensions/buildlink2.mk"
|
|
.include "../../wip/xproto/buildlink2.mk"
|
|
.include "../../devel/pkgconfig/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|