mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
27 lines
514 B
Makefile
27 lines
514 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:outsource 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>
|