Xorg - minimal
Eitan Adler
eitanadlerlist at gmail.com
Sun Oct 19 20:54:05 UTC 2008
-----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-----
-------------- next part --------------
# 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 at 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>
More information about the freebsd-ports
mailing list