blob: addfcf21fa4f7cd5455ed7f95b3b7520e5648373 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
PORTNAME= clasp
PORTVERSION= 3.3.9
DISTVERSIONPREFIX= v
CATEGORIES= math devel
MAINTAINER= vsevolod@FreeBSD.org
COMMENT= Answer set solver for (extended) normal logic programs
WWW= https://potassco.org/clasp/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_sparc64= Fails to build: internal compiler error
USES= compiler:c++11-lang cmake
USE_GITHUB= yes
GH_ACCOUNT= potassco
GH_TUPLE= potassco:libpotassco:fa39da4:other/libpotassco
PLIST_FILES= bin/${PORTNAME}
CONFLICTS_INSTALL= clingo # bin/clasp is contained in clingo
do-install:
${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>
|