mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
net/gpxe: unbreak build
- Unbreak build [1] - USES gmake perl5 PR: ports/179203 [1] Submitted by: Gürkan Karaman <gk.freebsd googlemail.com> (maintainer)
This commit is contained in:
parent
e19800d117
commit
86b3871e67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326028
@ -3,26 +3,22 @@
|
||||
|
||||
PORTNAME= gpxe
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_KERNEL_ORG}
|
||||
MASTER_SITE_SUBDIR=software/utils/boot/gpxe
|
||||
MASTER_SITES= http://etherboot.org/rel/gpxe/ \
|
||||
http://slackware.cs.utah.edu/pub/kernel.org/pub/software/utils/boot/gpxe/
|
||||
|
||||
MAINTAINER= gk.freebsd@googlemail.com
|
||||
COMMENT= Create an open-source PXE implementation and bootloader
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= syslinux:${PORTSDIR}/sysutils/syslinux \
|
||||
mkisofs:${PORTSDIR}/sysutils/cdrtools
|
||||
BUILD_DEPENDS= syslinux:${PORTSDIR}/sysutils/syslinux
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
USE_CDRTOOLS= yes
|
||||
USES= gmake perl5
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||
|
||||
BROKEN= checksum mismatch
|
||||
|
||||
PLIST_DIRS= %%DATADIR%%
|
||||
PLIST_FILES= %%DATADIR%%/gpxe.dsk \
|
||||
%%DATADIR%%/gpxe.usb \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gpxe-1.0.1.tar.bz2) = 65a542553f2221da78da1230486d2ff8565c62336caebdbb2f88ca6645a63f52
|
||||
SIZE (gpxe-1.0.1.tar.bz2) = 1856122
|
||||
SHA256 (gpxe-1.0.1.tar.gz) = 4be98e4f3af5b2000b97f793aceb89f2822ef806575565b3f028a727073de833
|
||||
SIZE (gpxe-1.0.1.tar.gz) = 2311752
|
||||
|
Loading…
Reference in New Issue
Block a user