freebsd-ports/math/bsdnt/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

25 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>