70b06d8f88
(to match Xfixes renaming). Originally package by xtraeme. This package contains the Xcomposite extension library.
25 lines
661 B
Makefile
25 lines
661 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/09/30 12:42:38 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= libXcomposite-1.0.1
|
|
PKGNAME= ${DISTNAME:S/lib//}
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= http://freedesktop.org/~xlibs/release/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://freedesktop.org/
|
|
COMMENT= Xcomposite extension (library)
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_LIBTOOL= yes
|
|
USE_X11= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= xcomposite.pc.in
|
|
|
|
.include "../../x11/Xfixes/buildlink3.mk"
|
|
.include "../../x11/compositeext/buildlink3.mk"
|
|
.include "../../x11/fixesext/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|