mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
* 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
24 lines
549 B
Makefile
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>
|