freebsd-ports/devel/cvsps/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

29 lines
496 B
Makefile

# ex:ts=8
# Ports collection makefile for: cvsps
# Date Created: Feb 9, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cvsps
PORTVERSION= 1.3.3
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.cobite.com/cvsps/
MAINTAINER= ports@FreeBSD.org
COMMENT= CVS patchsets
USE_GMAKE= yes
ALL_TARGET= cvsps
MAN1= cvsps.1
PLIST_FILES= bin/cvsps
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cvsps ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/cvsps.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>