mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
ae8f1031af
http://people.FreeBSD.org/~knu/ports/distfiles/ to: ftp://ftp.FreeBSD.org/pub/FreeBSD/local-distfiles/knu/
33 lines
542 B
Makefile
33 lines
542 B
Makefile
# New ports collection makefile for: cvsutils
|
|
# Date created: 6 June 2000
|
|
# Whom: knu@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cvsutils
|
|
PORTVERSION= 2000.06.06
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/local-distfiles/knu/
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
|
|
USE_PERL5= YES
|
|
NO_BUILD= YES
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
PROGS= cvschroot \
|
|
cvsco \
|
|
cvsdiff \
|
|
cvsdiscard \
|
|
cvspurge \
|
|
cvsrmadm \
|
|
cvsu
|
|
|
|
do-install:
|
|
.for f in ${PROGS}
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${f} ${PREFIX}/bin/
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|