3b55a3c05b
This will replace the fixesext package. This provides the Fixes extension headers from modular X.org X11 project.
23 lines
616 B
Makefile
23 lines
616 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/04/18 17:13:35 reed Exp $
|
|
#
|
|
|
|
DISTNAME= fixesproto-3.0.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= Fixes extension headers from X.org
|
|
|
|
CONFLICTS+= fixesext-[0-9]*
|
|
#CONFLICTS+= xorg-libs-[0-9]* # not in same PREFIX
|
|
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/fixesproto.pc.in
|
|
USE_LANGUAGES= # empty
|
|
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|