freebsd-ports/math/bsdnt/Makefile
Mathieu Arnold 07da776842 Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 16:32:43 +00:00

25 lines
448 B
Makefile

# $FreeBSD$
PORTNAME= bsdnt
PORTVERSION= 1.0
CATEGORIES= math
MAINTAINER= swills@FreeBSD.org
COMMENT= Bignum Library
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= bash:${PORTSDIR}/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>