freebsd-ports/devel/ignition-msgs/Makefile
Po-Chuan Hsieh 69e2e87fa5
devel/protobuf: Update to 24.4
- Use USES=pathfix to fix .pc installation
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
2023-12-15 01:03:10 +08:00

31 lines
912 B
Makefile

PORTNAME= ignition-msgs
DISTVERSION= 3.0.0
PORTREVISION= 15
CATEGORIES= devel
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Protobuf messages and functions for robot applications
WWW= https://ignitionrobotics.org/home
LICENSE= APACHE20
BUILD_DEPENDS= ignition-cmake==2:devel/ignition-cmake \
ignition-tools>0:devel/ignition-tools
LIB_DEPENDS= libprotobuf.so:devel/protobuf \
libignition-math6.so:math/ignition-math
USES= compiler:c++17-lang cmake localbase:ldflags ruby
USE_LDCONFIG= yes
BB_ACCOUNT= ignitionrobotics
BB_PROJECT= ign-msgs
BB_COMMIT= 4a1cbcabff7d
LDFLAGS+= -labsl_hash -labsl_log_internal_message -labsl_log_internal_nullguard -labsl_raw_hash_set
USE_CXXSTD= c++17
WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}
PLIST_SUB= MSGS_IGN_VER=msgs${DISTVERSION:R:R}
.include <bsd.port.mk>