aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/graphicboot/Makefile
blob: 0b0ea4d1236bd6ff2cff65c6add74334a1548073 (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
# New ports collection makefile for:    graphicboot
# Date created:     8 July 2005
# Whom:         Matthew Holder <sixxgate@hotmail.com>
#
# $FreeBSD$
#

PORTNAME=   graphicboot
PORTVERSION=    1.0
CATEGORIES= sysutils
MASTER_SITES=   http://matt.sixxgate.com/files/

MAINTAINER= sixxgate@hotmail.com
COMMENT=    Provides graphical X Window startup to FreeBSD during 'rc'

RUN_DEPENDS=    xloadimage:${PORTSDIR}/x11/xloadimage

USE_MOTIF=  yes
USE_BZIP2=  yes
USE_IMAKE=  yes

MAN1=       graphicboot.1
MANCOMPRESSED=  yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
BROKEN=     The graphical boot requires rcorder which is only on FreeBSD 5 or greater.
.else
BROKEN=     Does not install
.endif

post-install:
    ${CAT} pkg-message

.include <bsd.port.post.mk>