2006-11-10 19:08:25 +01:00
|
|
|
# $NetBSD: Makefile,v 1.8 2006/11/10 18:08:25 jeremy-c-reed Exp $
|
2005-11-12 03:14:45 +01:00
|
|
|
|
|
|
|
# probably a meta package is not needed
|
|
|
|
# could just install the libX11 and others
|
|
|
|
|
|
|
|
# later add some X11_COMPONENTS that can list needed components
|
|
|
|
# if a package has the defined and using modular-xorg then just
|
|
|
|
# depend on those, if not just depend on this meta package
|
|
|
|
|
|
|
|
DISTNAME= modular-xorg-libs-7.0
|
2006-11-10 19:08:25 +01:00
|
|
|
PKGREVISION= 7
|
2005-11-12 03:14:45 +01:00
|
|
|
CATEGORIES= meta-pkgs x11
|
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
|
2006-05-19 18:51:13 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2005-11-12 03:14:45 +01:00
|
|
|
COMMENT= Meta package for modular X.org X libraries
|
|
|
|
|
|
|
|
# todo: depend on specific versions or "nb" revisions
|
2006-11-10 19:08:25 +01:00
|
|
|
DEPENDS+= libX11>=0.99.0:../../x11/libX11
|
|
|
|
DEPENDS+= libXau>=0.99.0:../../x11/libXau
|
|
|
|
DEPENDS+= libXaw>=0.99.0:../../x11/libXaw
|
|
|
|
DEPENDS+= libXext>=0.99.0:../../x11/libXext
|
|
|
|
DEPENDS+= libXfont>=0.99.0:../../x11/libXfont
|
|
|
|
DEPENDS+= libXi>=1.0.0:../../x11/libXi
|
|
|
|
DEPENDS+= libXinerama>=1.0.1:../../x11/libXinerama
|
|
|
|
DEPENDS+= libXmu>=1.0.0:../../x11/libXmu
|
|
|
|
DEPENDS+= libXp>=1.0.0:../../x11/libXp
|
|
|
|
DEPENDS+= libXt>=0.99.2:../../x11/libXt
|
2006-04-28 04:50:14 +02:00
|
|
|
DEPENDS+= libXxf86misc>=1.0.0:../../wip/libXxf86misc
|
|
|
|
DEPENDS+= libXxf86vm>=1.0.0:../../wip/libXxf86vm
|
2006-11-10 19:08:25 +01:00
|
|
|
DEPENDS+= libxkbfile>=0.99.1:../../x11/libxkbfile
|
2006-04-28 04:50:14 +02:00
|
|
|
DEPENDS+= libxkbui>=1.0.1:../../wip/libxkbui
|
2005-11-12 03:14:45 +01:00
|
|
|
|
|
|
|
EXTRACT_ONLY= # empty
|
|
|
|
NO_CHECKSUM= yes
|
|
|
|
NO_CONFIGURE= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
NO_MTREE= yes
|
|
|
|
|
|
|
|
do-install: # empty
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|