1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/devel/mustache/Makefile
Yuri Victorovich 219cf6dd8f devel/mustache: Update 4.0 -> 4.1
Reported by:	portscout
2020-04-19 07:04:04 +00:00

30 lines
598 B
Makefile

# $FreeBSD$
PORTNAME= mustache
DISTVERSIONPREFIX= v
DISTVERSION= 4.1
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Mustache text templates for modern C++
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= kainjow
GH_PROJECT= Mustache
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= include/kainjow/catch.hpp \
include/kainjow/mustache.hpp
do-install: # https://github.com/kainjow/Mustache/issues/39
${MKDIR} ${STAGEDIR}${PREFIX}/include/${GH_ACCOUNT}
${INSTALL_DATA} ${WRKSRC}/*.hpp ${STAGEDIR}${PREFIX}/include/${GH_ACCOUNT}
.include <bsd.port.mk>