1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/lang/plexil/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
2023-11-06 11:03:47 +01:00

36 lines
892 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= https://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>