opnsense-ports/devel/replxx/Makefile
Franco Fichtner 2f837aab26 */*: sync with upstream
Taken from: HardenedBSD
2018-06-01 06:09:05 +02:00

22 lines
428 B
Makefile

# $FreeBSD$
PORTNAME= replxx
DISTVERSIONPREFIX= release-
DISTVERSION= 0.0.1
CATEGORIES= devel
MAINTAINER= meka@tilda.center
COMMENT= Portable readline library capable of handling UTF-8
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= cmake:outsource compiler:c++14-lang
USE_GITHUB= yes
GH_ACCOUNT= AmokHuginnsson
PLIST_FILES= include/replxx.h \
include/replxx.hxx \
lib/libreplxx.a
.include <bsd.port.mk>