freebsd-ports/math/R-cran-nloptr/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

21 lines
389 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= nloptr
PORTVERSION= 1.0.4
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= R interface to NLopt
LICENSE= LGPL3
LIB_DEPENDS= libnlopt.so:math/nlopt
USES= cran:auto-plist pkgconfig
post-patch:
@${REINPLACE_CMD} -e 's/<<</</' ${WRKSRC}/configure
.include <bsd.port.mk>