SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
31
devel/cvsplot/Makefile
Normal file
31
devel/cvsplot/Makefile
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue