ports/devel/replxx/Makefile
Goran Mekić 9adc143315 devel/replxx: update to 0.0.4
Changelog: https://github.com/AmokHuginnsson/replxx/releases/tag/release-0.0.4

PR:		260842
Reported by:	Goran Mekić <meka@tilda.center> (maintainer)
2022-01-02 13:42:42 +09:00

19 lines
411 B
Makefile

PORTNAME= replxx
DISTVERSIONPREFIX= release-
DISTVERSION= 0.0.4
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
PLIST_SUB= VERSION=${DISTVERSION}
.include <bsd.port.mk>