mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
707c6bf295
Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
27 lines
504 B
Makefile
27 lines
504 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= morse
|
|
DISTVERSION= 1.4-154
|
|
DISTVERSIONSUFFIX= -g53f9eaa8
|
|
CATEGORIES= misc
|
|
PKGNAMESUFFIX= -robotics
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Modular OpenRobots Simulation Engine
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake pkgconfig python:3.4+ shebangfix
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ${PORTNAME}-simulator
|
|
SHEBANG_FILES= bin/morse_inspector
|
|
|
|
CMAKE_ARGS= -DPYTHON_EXECUTABLE:STRING=${PYTHON_CMD}
|
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
PORTEXAMPLES= *
|
|
|
|
.include <bsd.port.mk>
|