1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/math/permlib/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

26 lines
511 B
Makefile

PORTNAME= permlib
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.9
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ header-only library for permutation computations
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= boost-libs>0:devel/boost-libs
USE_GITHUB= yes
GH_ACCOUNT= tremlin
GH_PROJECT= PermLib
NO_BUILD= yes
NO_ARCH= yes
do-install:
cd ${WRKSRC} && ${COPYTREE_SHARE} include ${STAGEDIR}${PREFIX}
${FIND} ${STAGEDIR}${PREFIX}/include -name "*.orig" -delete
.include <bsd.port.mk>