pkgsrc/meta-pkgs/modular-xorg-protos/Makefile
wiz b7635ec51b Import modular-xorg-protos-1.0 as meta-pkgs/modular-xorg-protos.
This is the modular Xorg application meta-package for installing the
various header prototypes for compiling programs against modular
Xorg libraries.
2012-07-21 10:03:41 +00:00

26 lines
857 B
Makefile

# $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"