xref: /mports/shells/cvs-server/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	cvs-server
2PORTVERSION=	20120307
3PORTREVISION=	1
4CATEGORIES=	shells devel
5MASTER_SITES=	# no dist
6DISTFILES=	# none
7
8MAINTAINER=	ports@MidnightBSD.org
9COMMENT=	cvs-server only shell
10
11LICENSE=	publicdom
12
13NO_BUILD=	yes
14NO_WRKSUBDIR=	yes
15
16do-install:
17	@${CP} ${FILESDIR}/cvs_server.c ${WRKSRC}
18	@cd ${WRKSRC} && ${CC} cvs_server.c -o cvs_server
19	@${INSTALL_PROGRAM} ${WRKSRC}/cvs_server ${PREFIX}/bin/cvs_server
20
21.include <bsd.port.mk>
22

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026