freebsd-ports/devel/replxx/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
377 B
Makefile

PORTNAME= replxx
DISTVERSIONPREFIX= release-
DISTVERSION= 0.0.3
CATEGORIES= devel
MAINTAINER= meka@tilda.center
COMMENT= Portable readline library capable of handling UTF-8
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= cmake compiler:c++14-lang
USE_GITHUB= yes
GH_ACCOUNT= AmokHuginnsson
CMAKE_ON= BUILD_SHARED_LIBS
USE_LDCONFIG= yes
.include <bsd.port.mk>