aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cvsadmin/Makefile
blob: 14c27611facf916012e1543532e108fb54fc3b40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# ex:ts=8
# Ports collection makefile for:    cvsadmin
# Date Created:         Jun 10, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   cvsadmin
PORTVERSION=    1.0.3
PORTREVISION=   1
CATEGORIES= devel
MASTER_SITES=   http://freebsd.t-hosting.hu/cvsadmin/

MAINTAINER= gkovesdan@t-hosting.hu
COMMENT=    A simple program to administrate users of a CVS repository

GNU_CONFIGURE=  yes

MAN1=       cvsadmin.1
PLIST_FILES=    bin/cvsadmin

post-install:
    ${INSTALL_MAN} ${WRKSRC}/man/cvsadmin.1 ${MANPREFIX}/man/man1

.include <bsd.port.mk>