summaryrefslogtreecommitdiff
path: root/sysutils/graphicboot/Makefile
blob: 07a78676735436ce62d3e8e87578055efdcca0e1 (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
# Created by: Matthew Holder <sixxgate@hotmail.com>
# $FreeBSD$

PORTNAME=	graphicboot
PORTVERSION=	1.1
PORTREVISION=	8
CATEGORIES=	sysutils
MASTER_SITES=	http://matt.sixxgate.com/files/

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

BROKEN=		fails checksum

BUILD_DEPENDS=	xloadimage:${PORTSDIR}/x11/xloadimage \
		xrdb:${PORTSDIR}/x11/xrdb \
		xsetroot:${PORTSDIR}/x11/xsetroot
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		motif gmake
USE_BZIP2=	yes
USE_XORG=	x11
GNU_CONFIGURE=	yes

MAN8=		graphicboot.8 sendgbmsg.8
MANCOMPRESSED=	yes

NO_STAGE=	yes
post-install:
	@${CAT} pkg-message

.include <bsd.port.mk>