aboutsummaryrefslogtreecommitdiffstats
path: root/x11/XFree86-4/Makefile
blob: 0f9d8a2eaa0240cbb6b154fb91bef11c3aca51db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# New ports collection makefile for:    XFree86
# Date created:         5 January 1995
# Whom:                 jmz
#
# $FreeBSD$
#

PORTNAME=   XFree86
PORTVERSION=    4.3.0
PORTEPOCH=  1
CATEGORIES= x11
MASTER_SITES=   # none
DISTFILES=  # none
EXTRACT_ONLY=   # none

MAINTAINER= x11@FreeBSD.org
COMMENT=    X11/XFree86 core distribution (complete, using mini/meta-ports)

LIB_DEPENDS=    X11.6:${PORTSDIR}/x11/XFree86-4-libraries
RUN_DEPENDS=    xvinfo:${PORTSDIR}/x11/XFree86-4-clients \
    ${X11BASE}/lib/X11/doc/ddx.TXT:${PORTSDIR}/x11/XFree86-4-documents \
    ${FONT100DPI}:${PORTSDIR}/x11-fonts/XFree86-4-font100dpi \
    ${FONT75DPI}:${PORTSDIR}/x11-fonts/XFree86-4-font75dpi \
    ${FONTCYR}:${PORTSDIR}/x11-fonts/XFree86-4-fontCyrillic \
    ${FONTDEFAULT}:${PORTSDIR}/x11-fonts/XFree86-4-fontDefaultBitmaps \
    ${FONTSCALE}:${PORTSDIR}/x11-fonts/XFree86-4-fontScalable \
    ${X11BASE}/bin/xfs:${PORTSDIR}/x11-servers/XFree86-4-FontServer \
    ${X11BASE}/bin/xf86cfg:${PORTSDIR}/x11-servers/XFree86-4-Server \
    ${X11BASE}/bin/Xwrapper-4:${PORTSDIR}/x11/wrapper

NO_BUILD=   yes
LATEST_LINK=    XFree86
FONT100DPI= ${X11BASE}/lib/X11/fonts/100dpi/UTBI__10-ISO8859-1.pcf.gz
FONT75DPI=  ${X11BASE}/lib/X11/fonts/75dpi/UTBI__10-ISO8859-1.pcf.gz
FONTCYR=    ${X11BASE}/lib/X11/fonts/cyrillic/crox1c.pcf.gz
FONTDEFAULT=    ${X11BASE}/lib/X11/fonts/misc/cursor.pcf.gz
FONTSCALE=  ${X11BASE}/lib/X11/fonts/TTF/luximb.ttf

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 portupgrade if you want to"
    @${ECHO_MSG} "upgrade XFree86.  If you simply type 'make install' it may use over 2GB to build"
    @${ECHO_MSG} "all of the subports.  You can install the ports singly if you are low on space."

.if make(package)
DEPENDS_TARGET="package"
.endif
.undef NOCLEANDEPENDS

do-install: # empty

.include <bsd.port.mk>