summaryrefslogtreecommitdiffstats
path: root/sysutils/showbeastie/Makefile
blob: f292ce588c8fdd0edac4a84b4877722a6ae0033d (plain)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Created by: Tobias Kortkamp <t@tobik.me>
# $FreeBSD$

PORTNAME=	showbeastie
PORTVERSION=	0.3
CATEGORIES=	sysutils
MASTER_SITES=	# none
DISTFILES=	# none

MAINTAINER=	t@tobik.me
COMMENT=	Preview FreeBSD loader logos

LICENSE=	BSD2CLAUSE

.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE=	requires kernel source files in ${SRC_BASE}
.endif

NO_FETCH=	yes

ALL_TARGET=	testmain

PLIST_FILES=	bin/${PORTNAME}

# Make sure building succeeds on HEAD
MAKE_ARGS+=	-m ${SRC_BASE}/share/mk

WRKSRC_SUBDIR=	ficl

pre-patch:
	@${MKDIR} ${WRKSRC}
	@${TAR} -C ${SRC_BASE}/sys/boot \
		--exclude '*.o' --exclude '*.a' --exclude 'testmain' \
		-cf - . | ${TAR} -C ${WRKSRC}/.. -xf -

post-patch:
	${REINPLACE_CMD} 's|-I.*/\.\./common|-I${SRC_BASE}/sys/boot/common|g' \
		${WRKSRC}/Makefile

# Make sure building on FreeBSD 11.0/i386 works. Calls to biospci_* are not
# needed for this program.
	${REINPLACE_CMD} 's|ifdef __i386__|if 0|g' ${WRKSRC}/loader.c

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/testmain ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
OpenPOWER on IntegriCloud