diff options
author | nbm <nbm@FreeBSD.org> | 2000-08-02 08:30:07 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-08-02 08:30:07 +0000 |
commit | c77c352adb57bab946e4985a07c1d43b46b1f050 (patch) | |
tree | 5db2df0a1a6c9225cc92583abf720cff50a1de66 /sysutils/grub/Makefile | |
parent | 0c5dfca4556f76f282faa6467e95b505b8ac820f (diff) | |
download | FreeBSD-ports-c77c352adb57bab946e4985a07c1d43b46b1f050.zip FreeBSD-ports-c77c352adb57bab946e4985a07c1d43b46b1f050.tar.gz |
Re-add grub in sysutils, it having previously removed from misc..
Original port PR: ports/20168
Originally submitted by: R Joseph Wright <rjoseph@mammalia.org>
Diffstat (limited to 'sysutils/grub/Makefile')
-rw-r--r-- | sysutils/grub/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile new file mode 100644 index 0000000..95d6624 --- /dev/null +++ b/sysutils/grub/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: grub +# Whom: rjoseph@mammalia.org +# Date created: 24 July 2000 +# +# $FreeBSD$ +# + +PORTNAME= grub +PORTVERSION= 0.5.95 +CATEGORIES= sysutils +MASTER_SITES= ftp://alpha.gnu.org/gnu/grub/ + +MAINTAINER= ports@FreeBSD.org + +GNU_CONFIGURE= yes +USE_GMAKE= yes +CONFIGURE_TARGET= ${MACHINE_ARCH}-freebsd-freebsd${OSREL} + +MAN1= mbchk.1 +MAN8= grub.8 grub-install.8 + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> |