Xorg - minimal

Eitan Adler eitanadlerlist at gmail.com
Sun Oct 19 21:29:22 UTC 2008


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Eitan Adler wrote:
> 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.
I updated the Makefile to conform with portlint's whining.
- --
GNU Key fingerptrint: 2E13 BC16 5F54 0FBD 62ED 42B6 B65F 24AB E9C2 CCD1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (FreeBSD)

iEYEARECAAYFAkj7pq0ACgkQtl8kq+nCzNGfowCfeGfgucbSs0ajBiKbdYGbfYB0
sPcAn1kuWXHJT6k4C0NfvX99lyksHR/A
=yp/K
-----END PGP SIGNATURE-----
-------------- next part --------------
# New ports collection makefile for:    xorg-lite
# Date created:		19 Jun 2008
# Whom:			Eitan Adler
#
# $FreeBSD$
#

PORTNAME=	xorg
PORTVERSION=	7.3
CATEGORIES=		x11 x11-servers
MASTER_SITES=	# none
PKGNAMESUFFIX=	-lite
DISTFILES=		# none
EXTRACT_ONLY=	# none

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>
.include <bsd.port.post.mk>


More information about the freebsd-ports mailing list