freebsd-ports/x11/xorg-minimal/Makefile
Philip M. Gollucci 17118ed2fb Remove dependency on font ports, Xserver can fall back to "built-ins"
fonts for "fixed" and "cursor". And LOCALBASE/lib/X11/fonts tree isn't
required to exist.

ref. http://cgit.freedesktop.org/xorg/xserver/commit/?id=49b93df (since 1.6.0)

- Bump PORTREVISION

PR:             ports/152155
Submitted by:   Anonymous <swell.k@gmail.com>
Approved by:    ports@eitanadler.com (maintainer)
2010-11-26 22:02:35 +00:00

43 lines
1.4 KiB
Makefile

# New ports collection makefile for: xorg-minimal
# Date created: 19 Jun 2008
# Whom: Eitan Adler
#
# $FreeBSD$
#
PORTNAME= xorg
PORTVERSION= 7.4
PORTREVISION= 5
CATEGORIES= x11 x11-servers
MASTER_SITES= # none
PKGNAMESUFFIX= -minimal
DISTFILES= # none
EXTRACT_ONLY= # none
MAINTAINER= ports@eitanadler.com
COMMENT= X.Org minimal distribution metaport
NO_BUILD= yes
VIDEO_DRIVER?= vesa
RUN_DEPENDS+= ${LOCALBASE}/bin/Xorg:${PORTSDIR}/x11-servers/xorg-server \
${LOCALBASE}/lib/xorg/modules/drivers/${VIDEO_DRIVER}_drv.so:${PORTSDIR}/x11-drivers/xf86-video-${VIDEO_DRIVER} \
${LOCALBASE}/lib/xorg/modules/input/mouse_drv.so:${PORTSDIR}/x11-drivers/xf86-input-mouse \
${LOCALBASE}/lib/xorg/modules/input/kbd_drv.so:${PORTSDIR}/x11-drivers/xf86-input-keyboard \
${LOCALBASE}/bin/xinit:${PORTSDIR}/x11/xinit \
${LOCALBASE}/bin/xauth:${PORTSDIR}/x11/xauth
do-install:
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. The \"vesa\" driver is installed by default. You can choose a"
@${ECHO_MSG} "different one by means of the VIDEO_DRIVER parameter. For example:"
@${ECHO_MSG} ""
@${ECHO_MSG} " make install VIDEO_DRIVER=intel"
@${ECHO_MSG} ""
.include <bsd.port.mk>