mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
23 lines
427 B
Makefile
23 lines
427 B
Makefile
|
# New ports collection makefile for: cvs2cl
|
||
|
# Date created: 6 June 2000
|
||
|
# Whom: knu@FreeBSD.org
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= cvs2cl
|
||
|
PORTVERSION= 2.4
|
||
|
CATEGORIES= devel
|
||
|
MASTER_SITES= http://people.FreeBSD.org/~knu/ports/distfiles/
|
||
|
|
||
|
MAINTAINER= knu@FreeBSD.org
|
||
|
|
||
|
USE_PERL5= YES
|
||
|
NO_BUILD= YES
|
||
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||
|
|
||
|
do-install:
|
||
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}
|
||
|
|
||
|
.include <bsd.port.mk>
|