pkgsrc/x11/xf86dgaproto/Makefile
tnn 8116b9a48c Update to xf86dgaproto-2.1.
No protocol changes, but some headers files are moving to libXxf86dga.
2010-01-15 18:14:50 +00:00

21 lines
473 B
Makefile

# $NetBSD: Makefile,v 1.4 2010/01/15 18:14:50 tnn Exp $
#
DISTNAME= xf86dgaproto-2.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= XF86DGA extension headers
PKG_DESTDIR_SUPPORT= user-destdir
PKGCONFIG_OVERRIDE+= xf86dgaproto.pc.in
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"