1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/math/bsdnt/Makefile
2023-04-11 15:46:12 -05:00

26 lines
475 B
Makefile

PORTNAME= bsdnt
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= math
MAINTAINER= bofh@FreeBSD.org
COMMENT= Bignum Library
WWW= https://github.com/wbhart/bsdnt
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= bash:shells/bash
USES= gmake shebangfix
SHEBANG_FILES= configure
USE_GITHUB= yes
GH_ACCOUNT= wbhart
GH_TAGNAME= de98bde
USE_LDCONFIG= yes
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ./configure --prefix=${STAGEDIR}${PREFIX} CC=cc CXX=c++ AS=cc
.include <bsd.port.mk>