aboutsummaryrefslogtreecommitdiff
path: root/lang/plexil/Makefile
blob: a79dc6d8d86659437cf0014f7d64d88ad1b2fe82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

PORTNAME=	plexil
DISTVERSION=	4.5.0
PORTREVISION=	1
DISTVERSIONSUFFIX=	RC2
CATEGORIES=	lang devel
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTVERSION:R}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	PLan EXecution Interchange Language from NASA for robot control

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/../LICENSE

USES=		gmake libtool
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-static --disable-gantt --disable-ipc --disable-sas --disable-test-exec --disable-udp
USE_GCC=	yes # clang fails: undefined symbol: std::__1::unique_ptr
INSTALL_TARGET=	install-strip
USE_LDCONFIG=	yes

WRKSRC_SUBDIR=	src

BINARY_ALIAS=	gcc=${CC}

.include <bsd.port.mk>