(Especially since download site is gone.) In some cases, these version number changes reflect no code changes. Sorry, I don't provide changelog for others -- this is a work in progress.
21 lines
573 B
Makefile
21 lines
573 B
Makefile
# $NetBSD: Makefile,v 1.3 2006/04/28 06:29:36 jeremy-c-reed Exp $
|
|
#
|
|
|
|
DISTNAME= xf86vidmodeproto-2.2.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/proto/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= XF86VidMode extension headers from modular X.org
|
|
|
|
#CONFLICTS+= xorg-libs-[0-9]* # not in same PREFIX
|
|
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/xf86vidmodeproto.pc.in
|
|
USE_LANGUAGES= # empty
|
|
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|