mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
701aa3bcf8
Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136
28 lines
596 B
Makefile
28 lines
596 B
Makefile
# Created by: Vsevolod Stakhov <vsevolod@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= aspcud
|
|
PORTVERSION= 1.9.4
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 7
|
|
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>
|