ports/devel/libsigc++20/Makefile
Daniel Engberg d8dfcb9794 devel/libsigc++20: Update to 2.12.1
* Add GitHub mirror
* Update WWW entry
* Remove INSTALL_TARGET (unused)

Changelog:
https://github.com/libsigcplusplus/libsigcplusplus/releases/tag/2.12.1

PR:		280173
Approved by:	gnome (fluffy) via Matrix
Sponsored by:	Blinkinblox
2024-08-06 22:06:17 +02:00

24 lines
549 B
Makefile

PORTNAME= libsigc++
DISTVERSION= 2.12.1
CATEGORIES= devel
MASTER_SITES= GNOME \
https://github.com/libsigcplusplus/libsigcplusplus/releases/download/${DISTVERSION}/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Callback Framework for C++
WWW= https://github.com/libsigcplusplus/libsigcplusplus
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
PORTSCOUT= limit:^2\.12\.
USES= compiler:c++11-lang meson tar:xz
USE_LDCONFIG= yes
PLIST_SUB= API_VERSION="2.0"
MESON_ARGS= -Dbuild-documentation=false \
-Dbuild-examples=false
.include <bsd.port.mk>