1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/devel/fatal/Makefile
2021-08-31 02:42:38 -07:00

24 lines
526 B
Makefile

PORTNAME= fatal
DISTVERSIONPREFIX= v
DISTVERSION= 2021.08.30.00
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library for fast software prototyping in modern C++
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= facebook
NO_BUILD= yes
NO_ARCH= yes
do-install:
cd ${WRKSRC} && ${COPYTREE_SHARE} ${PORTNAME} ${STAGEDIR}${PREFIX}/include
${FIND} ${STAGEDIR}${PREFIX}/include -name "*.cpp" -delete
${FIND} ${STAGEDIR}${PREFIX}/include -type d -empty -delete
.include <bsd.port.mk>