blob: 05195376d2530a2c12d4ee06271a7a440ccb17ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.1.1.1 2006/04/18 17:12:12 reed Exp $
#
DISTNAME= xextproto-7.0.2
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/proto/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= lars.nordlund@hem.utfors.se
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= XExt extension headers from X.org
CONFLICTS+= xextensions-[0-9]*
#CONFLICTS+= xorg-libs-[0-9]*
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/xextproto.pc.in
USE_LANGUAGES= # empty
.include "../../mk/bsd.pkg.mk"
|