forked from Lainports/freebsd-ports
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
24 lines
478 B
Makefile
24 lines
478 B
Makefile
# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnu-efi
|
|
PORTVERSION= 3.0.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/gnu-efi
|
|
|
|
MAINTAINER= trasz@FreeBSD.org
|
|
COMMENT= SDK for EFI applications
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS+= ${LOCALBASE}/bin/ar:${PORTSDIR}/devel/binutils
|
|
|
|
USES= gmake tar:bz2
|
|
USE_GCC= yes
|
|
MAKE_JOBS_UNSAFE= yes
|
|
CFLAGS+= "-fPIC"
|
|
CPPFLAGS+= "-fPIC"
|
|
MAKE_ARGS+= CC=${CC} HOSTCC=${CC} AR=${AR}
|
|
ONLY_FOR_ARCHS= amd64
|
|
|
|
.include <bsd.port.mk>
|