mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
5887dd9a4d
- Support staging. - Strip binary by using INSTALL_PROGRAM instead of INSTALL.
23 lines
546 B
Makefile
23 lines
546 B
Makefile
# Created by: Vsevolod Stakhov <vsevolod@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= clasp
|
|
PORTVERSION= 2.1.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= math devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= potassco/${PORTNAME}/${PORTVERSION}
|
|
EXTRACT_SUFX= -source.tar.gz
|
|
|
|
MAINTAINER= vsevolod@FreeBSD.org
|
|
COMMENT= Answer set solver for (extended) normal logic programs
|
|
|
|
USES= cmake:outsource
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|