mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
26 lines
559 B
Makefile
26 lines
559 B
Makefile
# Created by: Michael L. Hostbaek (mich@freebsdcluster.org)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cvsdelta
|
|
PORTVERSION= 1.7.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://belnet.dl.sourceforge.net/sourceforge/cvsdelta/ \
|
|
SF
|
|
|
|
|
|
MAINTAINER= mich@FreeBSD.org
|
|
COMMENT= Cvsdelta summarizes differences between local and in-cvs files
|
|
|
|
USE_RUBY= yes
|
|
NO_BUILD= yes
|
|
|
|
NO_STAGE= 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>
|