freebsd-ports/devel/cvsps/Makefile

37 lines
658 B
Makefile
Raw Normal View History

2002-02-09 10:38:49 +01:00
# ex:ts=8
# Ports collection makefile for: cvsps
# Date Created: Feb 9, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cvsps
PORTVERSION= 2.1
PORTREVISION= 1
2002-02-09 10:38:49 +01:00
CATEGORIES= devel
MASTER_SITES= http://www.cobite.com/cvsps/
MAINTAINER= ports@FreeBSD.org
COMMENT= Create patchset information from CVS
2002-02-09 10:38:49 +01:00
CONFLICTS= cvsps-devel-*
2004-02-05 21:38:07 +01:00
MAN1= cvsps.1
PLIST_FILES= bin/cvsps
2002-02-09 10:38:49 +01:00
.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
2002-02-09 10:38:49 +01:00
.include <bsd.port.mk>