1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/misc/morse/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
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
2018-12-25 20:25:39 +00:00

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>