ports/devel/linux-rl9-libsigc++20/Makefile
Dima Panov 40b2d3884d devel/linux-rl9-libsigc++20: add new port
Sponsored by:	Serenity Cybersecurity, LLC
2024-05-12 13:01:19 +03:00

20 lines
472 B
Makefile

PORTNAME= libsigc++20
PORTVERSION= 2.10.7
DISTVERSIONSUFFIX= -2.el9
CATEGORIES= devel linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Callback Framework for C++ (Rocky Linux ${LINUX_DIST_VER})
WWW= http://libsigc.sourceforge.net/
USES= linux:rl9
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
CONFLICTS= linux-c7-${PORTNAME}
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>