aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/grub/Makefile
blob: 2c0cdf7fa3c67a9dda3233475bf3043b466a467f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    grub
# Whom:                 rjoseph@mammalia.org
# Date created:             24 July 2000
#
# $FreeBSD$
#

PORTNAME=   grub
PORTVERSION=    0.90
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 grub-md5-crypt.8

pre-build:
    @${RM} ${WRKSRC}/docs/grub.info*

post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>