1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/math/fxt/Makefile
2023-07-09 18:17:21 +08:00

26 lines
549 B
Makefile

PORTNAME= fxt
PORTVERSION= 2023.06.27
CATEGORIES= math
MASTER_SITES= https://www.jjj.de/fxt/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Llibrary of low-level algorithms
WWW= https://www.jjj.de/fxt/
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING.txt
USES= compiler:c++11-lang gmake
MAKE_ENV= FXT_INSTALL="${INSTALL_DATA}"
MAKEFILE= makefile
WRKSRC= ${WRKDIR}/fxt
OPTIONS_DEFINE= EXAMPLES
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
cd ${WRKSRC}/demo && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>