1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/net/cvsupchk/Makefile

40 lines
896 B
Makefile

# Created by: matthias.andree@gmx.de
# $FreeBSD$
PORTNAME= cvsupchk
PORTVERSION= 19990209
PORTREVISION= 2
CATEGORIES= net
DISTFILES=
MAINTAINER= mandree@FreeBSD.org
COMMENT= Check a CVSup directory hierarchy against the checkouts file
EXTRACT_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/cvsup-without-gui:extract
FETCH_DEPENDS:= ${EXTRACT_DEPENDS}
PLIST_FILES= bin/cvsupchk
PORTDOCS= *
USE_PYTHON= yes
NO_BUILD= yes
NO_STAGE= yes
.include <bsd.port.pre.mk>
src!= ${MAKE} -C ${PORTSDIR}/net/cvsup-without-gui -V WRKSRC
do-extract:
${MKDIR} ${WRKSRC}
${SED} 's:^#!/usr/local/bin/python:#!${PYTHON_CMD}:' <${src}/contrib/cvsupchk/cvsupchk >${WRKSRC}/cvsupchk
do-install:
${MKDIR} ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/cvsupchk ${PREFIX}/bin/
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${src}/contrib/cvsupchk/README ${DOCSDIR}/
.endif
.include <bsd.port.post.mk>