mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
Finaly we can get Linux Steam utils works again! :) While here, pet reative paths Sponsored by: Future Crew, LLC
22 lines
519 B
Makefile
22 lines
519 B
Makefile
PORTNAME= libsigc++20
|
|
PORTVERSION= 2.10.7
|
|
DISTVERSIONSUFFIX= -2.el9
|
|
PORTREVISION= 1
|
|
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
|
|
WANT_LINUX32= yes
|
|
|
|
CONFLICTS= linux-c7-${PORTNAME}
|
|
DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|