freebsd-ports/devel/cvslines/Makefile
Joseph Koshy 9f3ac4d8ea A port of `cvslines'; a CVS wrapper that helps with merging changes
between various cvs branches, where the branches represent different
lines of development.
1998-08-25 10:32:47 +00:00

24 lines
425 B
Makefile

# New ports collection makefile for: cvslines
# Version required: 1.6.7
# Date created: 24 Aug 1998
# Whom: jkoshy
#
# $Id$
#
DISTNAME= cvslines-1.6.7
CATEGORIES= devel
MASTER_SITES= http://www.netapp.com/technology/freeware/cvslines/
MAINTAINER= jkoshy@freebsd.org
USE_PERL5= yes
NO_BUILD= yes
MAN1= cvslines.1
do-install:
PREFIX=${PREFIX} ${PERL5} ${WRKSRC}/INSTALL ${WRKSRC}/CONFIG
.include <bsd.port.mk>