# New ports collection makefile for:	graphicboot
# Date created:		8 July 2005
# Whom:			Matthew Holder <sixxgate@hotmail.com>
#
# $FreeBSD: ports/sysutils/graphicboot/Makefile,v 1.8 2007/10/04 06:10:12 edwin Exp $
#

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

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

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

USE_X_PREFIX=	yes
USE_MOTIF=	yes
USE_BZIP2=	yes
USE_GMAKE=	yes
GNU_CONFIGURE=	yes

MAN8=		graphicboot.8 sendgbmsg.8
MANCOMPRESSED=	yes

post-install:
	@${CAT} pkg-message

.include <bsd.port.mk>


syntax highlighted by Code2HTML, v. 0.9.1