1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/devel/cvschk/Makefile
2021-04-06 16:31:07 +02:00

33 lines
722 B
Makefile

# Created by: Matthias Andree <matthias.andree@gmx.de>
PORTNAME= cvschk
PORTVERSION= 1.12
CATEGORIES= devel
MASTER_SITES= LOCAL/mandree/ \
# http://cvs.sslug.dk/cvs2html/utils/
DISTNAME= cvschk
EXTRACT_SUFX=
EXTRACT_ONLY=
MAINTAINER= mandree@FreeBSD.org
COMMENT= Quick offline checker for CVS modifications
LICENSE= GPLv1
USES= perl5
USE_PERL5= run
NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= bin/cvschk man/man1/cvschk.1.gz
do-configure:
${SED} -e "s,^#!/usr/bin/perl -w,#! ${PERL} -w," \
<${DISTDIR}/${DISTNAME} >${WRKSRC}/${DISTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${FILESDIR}/cvschk.1 ${STAGEDIR}${PREFIX}/man/man1
.include <bsd.port.mk>