freebsd-ports/devel/cvsps-devel/Makefile

30 lines
505 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
2005-07-31 06:22:36 +02:00
DISTVERSION= 2.1
2002-02-09 10:38:49 +01:00
CATEGORIES= devel
MASTER_SITES= http://www.cobite.com/cvsps/
PKGNAMESUFFIX?= -devel
2002-02-09 10:38:49 +01:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= CVS patchsets
2002-02-09 10:38:49 +01:00
CONFLICTS= cvsps-1.*
2002-02-09 10:38:49 +01:00
USE_GMAKE= yes
2004-02-05 21:38:07 +01:00
MAN1= cvsps.1
PLIST_FILES= bin/cvsps
2002-02-09 10:38:49 +01:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cvsps ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/cvsps.1 ${MANPREFIX}/man/man1
2002-02-09 10:38:49 +01:00
.include <bsd.port.mk>