mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
cf118ccf87
Reported by: lwhsu
25 lines
491 B
Makefile
25 lines
491 B
Makefile
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>
|