pkgsrc-wip/libXfixes/Makefile
Jeremy C. Reed 0c6a8b2745 Update to libXfixes-3.0.0 from modular X.org (release candidate 1)
instead of the dead xlibs.

Improve description and comment.

Adds manual page.
2005-11-10 02:03:51 +00:00

24 lines
663 B
Makefile

# $NetBSD: Makefile,v 1.15 2005/11/10 02:03:51 jeremy-c-reed Exp $
#
## this needs to be updated to modular Xorg
DISTNAME= libXfixes-3.0.0
CATEGORIES= x11 devel
MASTER_SITES= http://xorg.freedesktop.org/releases/X11R7.0-RC1/lib/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Xfixes library and extension of X RandR from modular X.org
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= xfixes.pc.in
.include "../../wip/libX11/buildlink3.mk"
.include "../../wip/fixesproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"