aboutsummaryrefslogblamecommitdiff
path: root/devel/cvsps/Makefile
blob: 6de680f29fd2b96c197bc11549bb8efcedb3eb0b (plain) (tree)
1
2
3
4
5
6
7
8
9








                                             

                   


                                            

                                                    



                     

                         
 



                        



                                                              




                                                   
                      
# ex:ts=8
# Ports collection makefile for:	cvsps
# Date Created:			Feb 9, 2002
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	cvsps
PORTVERSION=	2.1
PORTREVISION=	0
CATEGORIES=	devel
MASTER_SITES=	http://www.cobite.com/cvsps/

MAINTAINER=	ssedov@mbsd.msk.ru
COMMENT=	Create patchset information from CVS

USE_GMAKE=	yes
ALL_TARGET=	cvsps

MAN1=		cvsps.1
PLIST_FILES=	bin/cvsps

.if !defined(NOPORTDOCS)
PORTDOCS=	README
.endif

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

.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>