1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/misc/rump/Makefile
2016-04-21 16:43:14 +00:00

33 lines
683 B
Makefile

# Created by: vanilla
# $FreeBSD$
PORTNAME= rump
PORTVERSION= 20131213
CATEGORIES= misc
MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/stacktic/
DISTNAME= buildrump-${PORTVERSION}
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Virtualized NetBSD kernel components in userspace
LICENSE= BSD2CLAUSE
BROKEN_powerpc64= Does not build
USE_LDCONFIG= yes
USE_GCC= any
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1000510
IGNORE= require 10.0-Release or later
.endif
do-build:
cd ${WRKSRC}; ${SETENV} CC=${CC} AR=${AR} NM=${NM} OBJCOPY=${OBJCOPY} ./buildrump.sh -r fullbuild
do-install:
cd ${WRKSRC}/rump; ${PAX} -wr lib include ${STAGEDIR}${PREFIX}/
.include <bsd.port.post.mk>