aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsps-devel/Makefile
blob: 542bab93291ce81d0e8952f416e5e0a22c1184a7 (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
# ex:ts=8
# Ports collection makefile for:	cvsps
# Date Created:			Feb 9, 2002
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	cvsps
PORTVERSION=	1.3.3
CATEGORIES=	devel
MASTER_SITES=	http://www.cobite.com/cvsps/

MAINTAINER=	ports@FreeBSD.org

USE_GMAKE=	yes
ALL_TARGET=	cvsps

MAN1=	cvsps.1

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/cvsps ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/cvsps.1 ${MANPREFIX}/man/man1

.include <bsd.port.mk>