1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/math/aspcud/Makefile
2018-01-18 04:11:02 +00:00

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>