diff options
Diffstat (limited to 'devel/linenoise-ng/Makefile')
-rw-r--r-- | devel/linenoise-ng/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/devel/linenoise-ng/Makefile b/devel/linenoise-ng/Makefile deleted file mode 100644 index 339205a2b7bb..000000000000 --- a/devel/linenoise-ng/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= linenoise-ng -PORTVERSION= 1.0.1 -DISTVERSIONPREFIX=v -CATEGORIES= devel - -MAINTAINER= ports@FreeBSD.org -COMMENT= Small, portable readline replacement -WWW= https://github.com/arangodb/linenoise-ng - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -USES= cmake compiler:c++11-lang -USE_LDCONFIG= yes - -USE_GITHUB= yes -GH_ACCOUNT= arangodb - -CFLAGS+= -fPIC - -CMAKE_ON= BUILD_SHARED_LIBS - -PLIST_FILES= include/linenoise.h \ - lib/liblinenoise.so \ - lib/liblinenoise.so.0 - -.include <bsd.port.mk> |