pkgsrc/x11/libXcomposite/Makefile
joerg b21a07f4be Import libXcomposite-0.3.1 from pkgsrc-wip as prepared by xtraeme@.
This package contains the library and header files for the X Composite
Library. This is from the modular X.org project.
2006-12-15 20:12:07 +00:00

28 lines
751 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/12/15 20:12:07 joerg Exp $
#
DISTNAME= libXcomposite-0.3.1
CATEGORIES= x11 devel
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= X Composite Library
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= xcomposite.pc.in
.include "../../x11/compositeproto/buildlink3.mk"
.include "../../x11/fixesproto/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXfixes/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"