mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:24:52 +00:00
d76eaf43eb
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
24 lines
431 B
Makefile
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>
|