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

31
devel/cvsplot/Makefile Normal file
View file

@ -0,0 +1,31 @@
COMMENT= CVS-managed project analyzer
DISTNAME= cvsplot-1.7.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cvsplot/}
HOMEPAGE= http://cvsplot.sourceforge.net/
RUN_DEPENDS= converters/p5-DateManip \
textproc/p5-String-ShellQuote \
math/gnuplot
# GPL
PERMIT_PACKAGE= Yes
NO_BUILD= Yes
NO_TEST= Yes
PKG_ARCH= *
do-install:
${INSTALL_SCRIPT} ${WRKDIST}/cvsplot.pl ${PREFIX}/bin/cvsplot
DOCS= CHANGELOG LICENSE README
post-install:
cd ${WRKSRC} && \
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cvsplot && \
${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/cvsplot
.include <bsd.port.mk>