c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
26 lines
622 B
Makefile
26 lines
622 B
Makefile
# $NetBSD: Makefile,v 1.11 2004/10/03 00:18:28 tv Exp $
|
|
#
|
|
|
|
DISTNAME= libXfixes-2.0.1
|
|
PKGNAME= ${DISTNAME:S/libX/X/}
|
|
PKGREVISION= 1
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= http://freedesktop.org/~xlibs/release/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://freedesktop.org/
|
|
COMMENT= X Fixes extension of X RandR
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_X11= yes
|
|
USE_BUILDLINK3= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= xfixes.pc.in
|
|
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../x11/fixesext/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|