summaryrefslogtreecommitdiff
path: root/meta-pkgs/modular-xorg-protos/Makefile
blob: f023265dc9bd02b923d0ac285d68a761ecb44be1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $NetBSD: Makefile,v 1.1 2012/07/21 10:03:41 wiz Exp $

DISTNAME=	# empty
PKGNAME=	modular-xorg-protos-1.0
CATEGORIES=	meta-pkgs x11
MASTER_SITES=	# empty
DISTFILES=	# empty

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://xorg.freedesktop.org/
COMMENT=	Modular Xorg application meta-package for prototypes

META_PACKAGE=	yes

DEPENDS+=	compositeproto-[0-9]*:../../x11/compositeproto
DEPENDS+=	damageproto-[0-9]*:../../x11/damageproto
DEPENDS+=	fixesproto-[0-9]*:../../x11/fixesproto
DEPENDS+=	inputproto-[0-9]*:../../x11/inputproto
DEPENDS+=	kbproto-[0-9]*:../../x11/kbproto
DEPENDS+=	randrproto-[0-9]*:../../x11/randrproto
DEPENDS+=	renderproto-[0-9]*:../../x11/renderproto
DEPENDS+=	xextproto-[0-9]*:../../x11/xextproto
DEPENDS+=	xineramaproto-[0-9]*:../../x11/xineramaproto
DEPENDS+=	xproto-[0-9]*:../../x11/xproto

.include "../../mk/bsd.pkg.mk"