mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
9fad09604c
ChangeLog: 45696c2..e7fd050
PR: 251572
Submitted by: meka@tilda.center (maintainer)
21 lines
390 B
Makefile
21 lines
390 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|