SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

33
devel/cvsweb/Makefile Normal file
View file

@ -0,0 +1,33 @@
COMMENT= CGI script to browse CVS repository trees
DISTNAME= cvsweb-2.1
CATEGORIES= devel www
HOMEPAGE= https://mandoc.bsd.lv/cvsweb/
MAINTAINER= Ingo Schwarze <schwarze@openbsd.org>
# BSD
PERMIT_PACKAGE= Yes
MASTER_SITES= https://mandoc.bsd.lv/cvsweb/release/
NO_BUILD= Yes
NO_TEST= Yes
PKG_ARCH= *
PREFIX= ${VARBASE}/www
ICONS= back.gif dir.gif text.gif \
miniback.gif minidir.gif minitext.gif
do-install:
${INSTALL_SCRIPT_DIR} ${PREFIX}/cgi-bin
${INSTALL_SCRIPT} ${WRKSRC}/cvsweb.cgi ${PREFIX}/cgi-bin/cvsweb
${INSTALL_DATA_DIR} ${PREFIX}/conf/cvsweb
${INSTALL_DATA} ${WRKSRC}/cvsweb.conf \
${PREFIX}/conf/cvsweb/cvsweb.conf.dist
${INSTALL_DATA_DIR} ${PREFIX}/htdocs/cvsweb/icons
.for file in ${ICONS}
${INSTALL_DATA} ${WRKSRC}/icons/${file} ${PREFIX}/htdocs/cvsweb/icons/
.endfor
.include <bsd.port.mk>