31 lines
705 B
Makefile
31 lines
705 B
Makefile
# $NetBSD: Makefile,v 1.4 2007/05/04 05:50:20 bsadewitz Exp $
|
|
|
|
DISTNAME= # empty
|
|
PKGNAME= modular-xorg-wip-1.0
|
|
PKGREVISION= 2
|
|
CATEGORIES= meta-pkgs x11
|
|
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/fonts/
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= blair.sadewitz@gmail.com
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Modular Xorg wip package
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
|
DEPENDS+= sessreg-[0-9]*:../../wip/sessreg
|
|
DEPENDS+= xdm-[0-9]*:../../wip/xdm
|
|
DEPENDS+= xlsfonts-[0-9]*:../../wip/xlsfonts
|
|
DEPENDS+= xvidtune-[0-9]*:../../wip/xvidtune
|
|
DEPENDS+= twm-[0-9]*:../../wip/twm
|
|
|
|
|
|
NO_BUILD= yes
|
|
NO_CHECKSUM= yes
|
|
NO_MTREE= yes
|
|
NO_CONFIGURE= yes
|
|
|
|
do-install:
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|