blob: 13892b74a695e61b07f14086040c28986a4e8c14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $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"
|