1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/sysutils/grub/Makefile
Kevin Lo 81c72d931f Update to version 0.5.96
PR: 25025
Submitted by: R Joseph Wright <rjoseph@mammalia.org>
2001-02-12 12:49:49 +00:00

26 lines
455 B
Makefile

# New ports collection makefile for: grub
# Whom: rjoseph@mammalia.org
# Date created: 24 July 2000
#
# $FreeBSD$
#
PORTNAME= grub
PORTVERSION= 0.5.96
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>