freebsd-ports/devel/cvsadmin/Makefile

27 lines
508 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: cvsadmin
# Date Created: Jun 10, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cvsadmin
2002-10-26 14:09:53 +02:00
PORTVERSION= 1.0.3
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://freebsd.t-hosting.hu/cvsadmin/
MAINTAINER= gabor@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= A simple program to administrate users of a CVS repository
GNU_CONFIGURE= yes
2004-02-05 21:38:07 +01:00
MAN1= cvsadmin.1
PLIST_FILES= bin/cvsadmin
post-install:
${INSTALL_MAN} ${WRKSRC}/man/cvsadmin.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>