openbsd-ports/devel/cvsplot/Makefile

38 lines
780 B
Makefile
Raw Normal View History

2010-11-15 14:45:56 -05:00
# $OpenBSD: Makefile,v 1.10 2010/11/15 19:45:57 espie Exp $
2002-06-29 10:10:55 -04:00
COMMENT= CVS-managed project analyzer
2002-06-29 10:10:55 -04:00
DISTNAME= cvsplot-1.6.5
2010-11-15 14:45:56 -05:00
REVISION = 0
2002-06-29 10:10:55 -04:00
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cvsplot/}
HOMEPAGE= http://cvsplot.sourceforge.net/
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= converters/p5-DateManip \
textproc/p5-String-ShellQuote \
math/gnuplot
2002-06-29 10:10:55 -04: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>