freebsd-ports/devel/cvsdelta/Makefile
Michael Landin d9957ce21c Update to -> 1.7.0
- Fixed handling of newly added files.
	- Fix file removal
	- Other bugfixing
2004-06-24 13:45:50 +00:00

30 lines
745 B
Makefile

# ex:ts=8
# Ports collection makefile for: cvsdelta
# Date created: Thu Jul 25, 2002
# Whom: Michael L. Hostbaek (mich@freebsdcluster.org)
#
# $FreeBSD$
#
PORTNAME= cvsdelta
PORTVERSION= 1.7.0
CATEGORIES= devel
MASTER_SITES= http://belnet.dl.sourceforge.net/sourceforge/cvsdelta/ \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= mich@FreeBSD.org
COMMENT= Cvsdelta summarizes differences between local and in-cvs files
USE_RUBY= yes
NO_BUILD= yes
USE_REINPLACE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
${INSTALL_MAN} ${WRKSRC}/cvsdelta.1 ${PREFIX}/man/man1/
MAN1= cvsdelta.1
PLIST_FILES= bin/cvsdelta
.include <bsd.port.mk>