diff --git a/www/Makefile b/www/Makefile index 33d1a7b88f3a..74dacdd76a93 100644 --- a/www/Makefile +++ b/www/Makefile @@ -78,6 +78,7 @@ SUBDIR += chpasswd SUBDIR += chrome-gnome-shell SUBDIR += chromium + SUBDIR += civetweb SUBDIR += ckeditor SUBDIR += cl-lml SUBDIR += cl-lml-sbcl diff --git a/www/civetweb/Makefile b/www/civetweb/Makefile new file mode 100644 index 000000000000..0b92ea3c9322 --- /dev/null +++ b/www/civetweb/Makefile @@ -0,0 +1,21 @@ +# Created by: maintainer.freebsd@xpoundit.com + +PORTNAME= civetweb +PORTVERSION= 1.14 +#DISTVERSION= 1.14 +DISTVERSIONPREFIX= v +CATEGORIES= www + +MAINTAINER= maintainer.freebsd@xpoundit.com +COMMENT= Embedded C/C++ web server + +LICENSE= MIT + +USES= cmake +CMAKE_ARGS= -DCIVETWEB_BUILD_TESTING=OFF \ + -DBUILD_SHARED_LIBS=ON + +USE_GITHUB= yes +GH_ACCOUNT= civetweb + +.include diff --git a/www/civetweb/distinfo b/www/civetweb/distinfo new file mode 100644 index 000000000000..96ea15e1a95d --- /dev/null +++ b/www/civetweb/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1620823043 +SHA256 (civetweb-civetweb-v1.14_GH0.tar.gz) = d02d7ab091c8b4edf21fc13a03c6db08a8a8b8605e35e0073251b9d88443c653 +SIZE (civetweb-civetweb-v1.14_GH0.tar.gz) = 12116842 diff --git a/www/civetweb/pkg-descr b/www/civetweb/pkg-descr new file mode 100644 index 000000000000..e2c4fca9e0c5 --- /dev/null +++ b/www/civetweb/pkg-descr @@ -0,0 +1,3 @@ +Embedded C/C++ web server + +WWW: https://github.com/civetweb/civetweb diff --git a/www/civetweb/pkg-plist b/www/civetweb/pkg-plist new file mode 100644 index 000000000000..29cac23fe22a --- /dev/null +++ b/www/civetweb/pkg-plist @@ -0,0 +1,11 @@ +bin/civetweb +include/civetweb.h +lib/cmake/civetweb/FindLibDl.cmake +lib/cmake/civetweb/FindLibRt.cmake +lib/cmake/civetweb/FindWinSock.cmake +lib/cmake/civetweb/civetweb-config-version.cmake +lib/cmake/civetweb/civetweb-config.cmake +lib/cmake/civetweb/civetweb-targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/civetweb/civetweb-targets.cmake +lib/libcivetweb.so +lib/libcivetweb.so.1.14.0