2013-07-10 09:00:44 +02:00
|
|
|
# Created by: Matthew Holder <sixxgate@hotmail.com>
|
2005-10-16 08:19:38 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= graphicboot
|
2006-04-29 12:01:35 +02:00
|
|
|
PORTVERSION= 1.1
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 8
|
2005-10-16 08:19:38 +02:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://matt.sixxgate.com/files/
|
|
|
|
|
|
|
|
MAINTAINER= sixxgate@hotmail.com
|
|
|
|
COMMENT= Provides graphical X Window startup to FreeBSD during 'rc'
|
|
|
|
|
2006-04-29 12:01:35 +02:00
|
|
|
BUILD_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage \
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
xrdb:${PORTSDIR}/x11/xrdb \
|
|
|
|
xsetroot:${PORTSDIR}/x11/xsetroot
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2005-10-16 08:19:38 +02:00
|
|
|
|
2013-07-10 09:00:44 +02:00
|
|
|
USES= motif gmake
|
2005-10-16 08:19:38 +02:00
|
|
|
USE_BZIP2= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11
|
2006-04-29 12:01:35 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-10-16 08:19:38 +02:00
|
|
|
|
2006-04-29 12:01:35 +02:00
|
|
|
MAN8= graphicboot.8 sendgbmsg.8
|
2005-10-16 08:19:38 +02:00
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
|
|
|
post-install:
|
2006-04-18 08:04:56 +02:00
|
|
|
@${CAT} pkg-message
|
2005-10-16 08:19:38 +02:00
|
|
|
|
2007-10-04 08:10:15 +02:00
|
|
|
.include <bsd.port.mk>
|