diff options
Diffstat (limited to 'lang/plexil/Makefile')
-rw-r--r-- | lang/plexil/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lang/plexil/Makefile b/lang/plexil/Makefile new file mode 100644 index 000000000000..cfe05340f787 --- /dev/null +++ b/lang/plexil/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= plexil +DISTVERSION= 4.5.0 +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= ISCL + +USES= gmake libtool +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static --disable-gantt --disable-ipc --disable-sas --disable-test-exec --disable-udp +USE_GCC= any # 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> |