freebsd-ports/sysutils/graphicboot/Makefile
Pav Lucistnik fb7e9dbe89 - Update to 1.1
PR:		ports/96435
Submitted by:	Matthew Holder <sixxgate@hotmail.com> (maintainer)
2006-04-29 10:01:35 +00:00

38 lines
789 B
Makefile

# New ports collection makefile for: graphicboot
# Date created: 8 July 2005
# Whom: Matthew Holder <sixxgate@hotmail.com>
#
# $FreeBSD$
#
PORTNAME= graphicboot
PORTVERSION= 1.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
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= requires rcorder which is only on FreeBSD 5 or greater
.endif
post-install:
@${CAT} pkg-message
.include <bsd.port.post.mk>