8d6597e0bb
With hat: portmgr Sponsored by: Absolight
26 lines
436 B
Makefile
26 lines
436 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bsdnt
|
|
PORTVERSION= 1.0
|
|
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= 72e20a7
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ./configure --prefix=${STAGEDIR}${PREFIX} CC=cc CXX=c++ AS=cc
|
|
|
|
.include <bsd.port.mk>
|