freebsd-ports/devel/cvsps/Makefile

26 lines
433 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= 1.3.3
2002-02-09 10:38:49 +01:00
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
2002-02-09 10:38:49 +01:00
.include <bsd.port.mk>