freebsd-ports/devel/cvsadmin/Makefile
Ying-Chieh Liao edd7448119 add cvsadmin 1.0.2
A simple program to administrate users of a CVS repository
2002-06-10 08:16:30 +00:00

23 lines
394 B
Makefile

# ex:ts=8
# Ports collection makefile for: cvsadmin
# Date Created: Jun 10, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cvsadmin
PORTVERSION= 1.0.2
CATEGORIES= devel
MASTER_SITES= http://www.cooptel.qc.ca/~limitln/
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
MAN1= cvsadmin.1
post-install:
${INSTALL_MAN} ${WRKSRC}/man/cvsadmin.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>