opnsense-ports/devel/cvsdelta/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

23 lines
573 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
PLIST_FILES= bin/cvsdelta \
man/man1/cvsdelta.1.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_MAN} ${WRKSRC}/cvsdelta.1 ${STAGEDIR}${PREFIX}/man/man1/
.include <bsd.port.mk>