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
672 B
Makefile
26 lines
672 B
Makefile
# $NetBSD: Makefile,v 1.2 2004/10/03 00:18:28 tv Exp $
|
|
#
|
|
|
|
DISTNAME= libXcomposite-1.0.1
|
|
PKGNAME= ${DISTNAME:S/lib//}
|
|
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= 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"
|