Date: Sun, 19 Oct 2008 16:54:00 -0400 From: Eitan Adler <eitanadlerlist@gmail.com> To: freebsd-ports@freebsd.org Subject: Re: Xorg - minimal Message-ID: <48FB9E68.8060400@gmail.com> In-Reply-To: <20081017010512.GC71472@mavetju.org> References: <48F7DAD1.9000103@gmail.com> <20081017010512.GC71472@mavetju.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------020903080204020208020203 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Attached is the Makefile. I think it is possible to do "make install clean" on this port which should be in x11/xorg-lite and use "startx" to run X. Once people confirm/test this I'll submit a new port pr. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkj7nmgACgkQtl8kq+nCzNFodgCfYWZKvFC+gIvOo07jo9zAhcXR g/0AniDccd1ZPvLBuiDM8ZfAxsIIauFQ =/RHJ -----END PGP SIGNATURE----- --------------020903080204020208020203 Content-Type: text/plain; name="Makefile" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile" # New ports collection makefile for: xorg-lite # Date created: 19 Jun 2008 # Whom: Eitan Adler # # PORTNAME= xorg PORTVERSION= 7.3 PORTREVISION= 0 CATEGORIES= x11 x11-servers MASTER_SITES= # none DISTFILES= # none EXTRACT_ONLY= # none PKGNAMESUFFIX= -lite MAINTAINER= EitanAdlerList@gmail.com COMMENT= X.Org minimal distribution metaport NO_BUILD= yes RUN_DEPENDS+= ${LOCALBASE}/bin/Xorg:${PORTSDIR}/x11-servers/xorg-server \ xf86-video-vesa:${PORTSDIR}/x11-drivers/xf86-video-vesa \ xf86-video-vesa:${PORTSDIR}/x11-drivers/xf86-input-mouse \ xf86-video-vesa:${PORTSDIR}/x11-drivers/xf86-input-keyboard \ xf86-video-vesa:${PORTSDIR}/x11/xinit \ xf86-video-vesa:${PORTSDIR}/x11/xauth \ xf86-video-vesa:${PORTSDIR}/x11-fonts/font-alias \ xf86-video-vesa:${PORTSDIR}/x11-fonts/font-cursor-misc \ xf86-video-vesa:${PORTSDIR}/x11-fonts/font-misc-misc do-install: # empty pre-everything:: @${ECHO_MSG} "This is a meta-port, meaning that it just depends on its subparts of the port." @${ECHO_MSG} "It won't build and install all the parts until you have typed make install" @${ECHO_MSG} "This port does not ensure things are upgraded; use portmaster if you want to" @${ECHO_MSG} "upgrade X.Org." .include <bsd.port.pre.mk> .if make(package) .if !defined(DEPENDS_TARGET:Mpackage) || empty(DEPENDS_TARGET:Mpackage) DEPENDS_TARGET="package" .endif .endif .include <bsd.port.post.mk> --------------020903080204020208020203--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48FB9E68.8060400>