28eb005c09
One documentation update, the rest are just packaging changes. Gaetan Nadon (1): damageproto: use XORG_CHANGELOG macro to create ChangeLog. #22611 James Cloos (2): Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Owen Taylor (1): Document that 'parts' may be None for DamageSubtract Peter Hutterer (2): Remove RCS tags damageproto 1.2.0
22 lines
543 B
Makefile
22 lines
543 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/08/29 15:24:36 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= damageproto-1.2.0
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Damage extension headers from modular X.org
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE+= damageproto.pc.in
|
|
USE_LANGUAGES= # empty
|
|
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
.include "../../x11/fixesproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|