1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/cvsadmin/Makefile
Sam Lawrance 0efbc06135 Mark these ports DEPRECATED due to being unmaintained and one or more
of stale, obsolete, unused, irrelevant and unloved.
60 days grace in which I will gladly accept fix requests.

PR:		ports/79666
Submitted by:	me
2005-05-31 13:16:44 +00:00

30 lines
571 B
Makefile

# 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://www.cooptel.qc.ca/~limitln/
DEPRECATED= "master site disappeared"
EXPIRATION_DATE=2005-07-31
MAINTAINER= ports@FreeBSD.org
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>