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

25 lines
439 B
Makefile

PORTNAME= bsdnt
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= math
MAINTAINER= swills@FreeBSD.org
COMMENT= Bignum Library
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>