ports/math/aspcud/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00

28 lines
596 B
Makefile

# Created by: Vsevolod Stakhov <vsevolod@FreeBSD.org>
# $FreeBSD$
PORTNAME= aspcud
PORTVERSION= 1.9.4
DISTVERSIONPREFIX= v
PORTREVISION= 3
CATEGORIES= math ports-mgmt sysutils
MAINTAINER= vsevolod@FreeBSD.org
COMMENT= Advanced solver for package dependencies
LICENSE= GPLv3
BUILD_DEPENDS= re2c:devel/re2c
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
RUN_DEPENDS= gringo:math/gringo \
clasp:math/clasp \
bash:shells/bash
USES= compiler:c++11-lang cmake python:run
USE_GITHUB= yes
GH_ACCOUNT= potassco
CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man
.include <bsd.port.mk>