mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
25beeff079
Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279
27 lines
632 B
Makefile
27 lines
632 B
Makefile
# Created by: Vsevolod Stakhov <vsevolod@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= aspcud
|
|
PORTVERSION= 1.9.1
|
|
DISTVERSIONSUFFIX= -source
|
|
PORTREVISION= 8
|
|
CATEGORIES= math ports-mgmt sysutils
|
|
MASTER_SITES= SOURCEFORGE/potassco/${PORTNAME}/${PORTVERSION}
|
|
|
|
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:outsource python:run
|
|
|
|
CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man
|
|
|
|
.include <bsd.port.mk>
|