Files
ports/devel/clipp/Makefile
Sunpoet Po-Chuan Hsieh 3cbcae3b97 Add clipp 1.2.3
Clipp is an easy to use, powerful and expressive command line argument handling
for C++11/14/17 contained in a single header file.

WWW: https://github.com/muellan/clipp
2019-05-12 16:28:59 +00:00

28 lines
510 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= clipp
PORTVERSION= 1.2.3
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Command line interfaces for modern C++
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= include/clipp.h
GH_ACCOUNT= muellan
USE_GITHUB= yes
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/include/
${INSTALL_DATA} ${WRKSRC}/include/clipp.h ${STAGEDIR}${PREFIX}/include/
.include <bsd.port.mk>