[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / devel / kainjow-mustache

File: [local] / ports / devel / kainjow-mustache / Makefile (download)

Revision 1.1, Sat May 13 05:09:11 2023 UTC (12 months, 3 weeks ago) by bentley
Branch point for: MAIN

Initial revision

COMMENT =	header-only string template library

PKGNAME =	kainjow-mustache-$V
V =		4.1

GH_ACCOUNT =	kainjow
GH_PROJECT =	Mustache
GH_TAGNAME =	v$V

CATEGORIES =	devel

# Boost Software License 1.0
PERMIT_PACKAGE =	Yes

# C++11
COMPILER =		base-clang ports-gcc

MODULES =		devel/cmake

do-install:
	${INSTALL_DATA_DIR} ${PREFIX}/include
	${INSTALL_DATA} ${WRKSRC}/mustache.hpp ${PREFIX}/include

.include <bsd.port.mk>