mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
d2204fb85f
Approved by: roberto (mentor)
33 lines
801 B
Makefile
33 lines
801 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.6.5
|
|
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
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|^#!/usr/bin/ruby|#!${RUBY}|' ${WRKSRC}/*.rb
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
|
|
${INSTALL_MAN} ${WRKSRC}/cvsdelta.1 ${PREFIX}/man/man1/
|
|
|
|
MAN1= cvsdelta.1
|
|
|
|
.include <bsd.port.mk>
|