mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
9596a2900b
Reported by: portscout
33 lines
703 B
Makefile
33 lines
703 B
Makefile
PORTNAME= pcg-cpp
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.98.1-70
|
|
DISTVERSIONSUFFIX= -g428802d
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= PCG Random Number Generation, C++ Edition
|
|
WWW= https://github.com/imneme/pcg-cpp
|
|
|
|
LICENSE= APACHE20 MIT
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE.txt
|
|
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT.txt
|
|
|
|
USES= compiler:c++11-lang
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= imneme
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= include/pcg_extras.hpp \
|
|
include/pcg_random.hpp \
|
|
include/pcg_uint128.hpp
|
|
|
|
do-test:
|
|
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} CXXFLAGS=-I${WRKSRC}/include ${MAKE_CMD} ${MAKE_ARGS} test
|
|
|
|
.include <bsd.port.mk>
|