sthen bf71ed3408 - fix on i386 following move to PIE by default (disable PIE for this port)
- drop USE_GROFF; mandoc output is identical
- regen distinfo/PLIST
2014-01-13 22:12:44 +00:00

31 lines
665 B
Makefile

# $OpenBSD: Makefile,v 1.11 2014/01/13 22:12:44 sthen Exp $
ONLY_FOR_ARCHS= i386
COMMENT= GRand Unified Bootloader
DISTNAME= grub-0.97
REVISION= 6
CATEGORIES= sysutils
HOMEPAGE= https://www.gnu.org/software/grub/
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c ncurses util
MASTER_SITES= ftp://alpha.gnu.org/gnu/grub/ \
ftp://ftp.funet.fi/pub/gnu/alpha/gnu/grub/ \
ftp://ftp.ibiblio.org/pub/mirrors/gnu/alpha/gnu/grub/
CONFIGURE_STYLE=gnu
CFLAGS= -ftrampolines -fno-stack-protector -fno-pie -nopie
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/grub
${INSTALL_DATA} ${FILESDIR}/menu.lst ${PREFIX}/share/examples/grub
.include <bsd.port.mk>