mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
26 lines
593 B
Makefile
26 lines
593 B
Makefile
PORTNAME= libfort
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.4.2-11
|
|
DISTVERSIONSUFFIX= -g4123716
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= C/C++ library to print formatted ASCII tables for console applications
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake:testing
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= seleznevae
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
CMAKE_OFF= FORT_ENABLE_TESTING
|
|
CMAKE_TESTING_ON= FORT_ENABLE_TESTING # 2 tests are known to fail: https://github.com/seleznevae/libfort/issues/65
|
|
|
|
# project also optionally bundles devel/astyle
|
|
|
|
.include <bsd.port.mk>
|