1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/devel/cvsps-devel/Makefile
Beech Rintoul 93c1064754 - Upgrade to 2.2b1
- Bring the Makefile in sync with the stable devel/cvsps port.
- Fix CONFLICTS=

PR:		ports/129624
Submitted by:	Yarema <yds@CoolRat.org>
2008-12-14 07:25:54 +00:00

40 lines
704 B
Makefile

# ex:ts=8
# Ports collection makefile for: cvsps
# Date Created: Feb 9, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cvsps
DISTVERSION= 2.2b1
CATEGORIES= devel
MASTER_SITES= http://www.cobite.com/cvsps/
PKGNAMESUFFIX?= -devel
MAINTAINER= ports@FreeBSD.org
COMMENT= Create patchset information from CVS
USE_GMAKE= yes
ALL_TARGET= cvsps
CONFLICTS= cvsps-[12].[01]*
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>