1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/cloudabi/Makefile
Ed Schouten aa465ea567 Upgrade cloudabi and cloudabi-utils to the latest upstream versions.
The most important change in these releases is that these versions now
provide very rudamentary support for i386.
2016-08-17 06:48:18 +00:00

23 lines
397 B
Makefile

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