2004-02-03 02:20:42 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2004/02/03 07:20:43 sturm Exp $
|
2002-06-29 10:10:55 -04:00
|
|
|
|
|
|
|
COMMENT= "CVS-managed project analyzer"
|
|
|
|
|
2003-05-12 13:36:33 -04:00
|
|
|
DISTNAME= cvsplot-1.6.5
|
2002-06-29 10:10:55 -04:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cvsplot/}
|
|
|
|
|
|
|
|
HOMEPAGE= http://cvsplot.sourceforge.net/
|
|
|
|
|
|
|
|
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
|
|
|
|
|
2002-12-03 20:44:22 -05:00
|
|
|
RUN_DEPENDS= :p5-DateManip-*:converters/p5-DateManip \
|
2002-12-06 16:11:50 -05:00
|
|
|
:p5-String-ShellQuote-*:textproc/p5-String-ShellQuote \
|
2002-12-03 20:44:22 -05:00
|
|
|
:gnuplot-*:math/gnuplot
|
2002-06-29 10:10:55 -04:00
|
|
|
|
2002-12-03 20:44:22 -05:00
|
|
|
# GPL
|
2002-06-29 10:10:55 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
NO_BUILD= Yes
|
2002-10-25 18:37:52 -04:00
|
|
|
NO_REGRESS= Yes
|
2004-02-03 02:20:42 -05:00
|
|
|
PKG_ARCH= *
|
2002-06-29 10:10:55 -04:00
|
|
|
|
|
|
|
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>
|