1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:24:52 +00:00
freebsd-ports/devel/cloudabi/Makefile
Ed Schouten d76eaf43eb Upgrade all CloudABI components to their latest upstream versions.
This release of CloudABI includes some minor tweaks to improve support
for Rust, including some changes that should keep the ABI more robust
going forward. In addition to that, there are some tiny fixes for Linux,
but these are not relevant for FreeBSD.

Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D14076
2018-01-30 09:12:06 +00:00

24 lines
431 B
Makefile

# Created by: Ed Schouten <ed@FreeBSD.org>
# $FreeBSD$
PORTNAME= cloudabi
DISTVERSIONPREFIX= v
DISTVERSION= 0.19
CATEGORIES= devel
MAINTAINER= ed@FreeBSD.org
COMMENT= Constants, types and data structures used by CloudABI
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= NuxiNL
NO_BUILD= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/headers/* ${STAGEDIR}${PREFIX}/include/
.include <bsd.port.mk>