diff options
Diffstat (limited to 'sysutils/graphicboot/Makefile')
-rw-r--r-- | sysutils/graphicboot/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/sysutils/graphicboot/Makefile b/sysutils/graphicboot/Makefile deleted file mode 100644 index a7c164e986ca..000000000000 --- a/sysutils/graphicboot/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# 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 -DEPRECATED= Broken for more then 6 month -EXPIRATION_DATE= 2014-02-27 - -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> |