blob: 07ad7aa22332d63ba699ffde4857bf5ce3ffeb73 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= darkhttpd
DISTVERSION= 1.13
DISTVERSIONPREFIX= v
CATEGORIES= www
MAINTAINER= henrichartzer@tuta.io
COMMENT= Simple, static web server
LICENSE= ISCL
USE_GITHUB= yes
GH_ACCOUNT= emikulic
PLIST_FILES= bin/darkhttpd
do-install:
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${LOCALBASE}/bin
.include <bsd.port.mk>
|