1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/lang/plexil/Makefile
Muhammad Moinur Rahman fd06e22724 lang/plexil: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-08-06 20:30:39 +02:00

36 lines
891 B
Makefile

PORTNAME= plexil
DISTVERSION= 4.5.0
PORTREVISION= 2
DISTVERSIONSUFFIX= RC3
CATEGORIES= lang devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION:R}
MAINTAINER= yuri@FreeBSD.org
COMMENT= PLan EXecution Interchange Language from NASA for robot control
WWW= http://plexil.sourceforge.net/wiki/index.php/Main_Page
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/../LICENSE
USES= gmake libtool
USE_CXXSTD= c++14
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static --disable-gantt --disable-ipc --disable-sas --disable-test-exec --disable-udp
INSTALL_TARGET= install-strip
WRKSRC_SUBDIR= src
BINARY_ALIAS= gcc=${CC}
LDFLAGS+= -lexecinfo
post-patch: # workaround for https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263535
@${REINPLACE_CMD} -e 's|std::unique_ptr|std::shared_ptr|' \
${WRKSRC}/value/Value.hh \
${WRKSRC}/value/Value.cc
.include <bsd.port.mk>