summaryrefslogtreecommitdiff
path: root/devel/cvslines/Makefile
blob: c2bb2dadb468d9dfe9b33a660c86d63a99ae97a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for: 	cvslines
# Version required:			1.6.7
# Date created:				24 Aug 1998
# Whom:					jkoshy
#
# $FreeBSD$
#

DISTNAME=	cvslines-1.6.7
CATEGORIES=	devel
MASTER_SITES=	http://www.netapp.com/technology/freeware/cvslines/ \
		http://freefall.freebsd.org/~jkoshy/PORTS/

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>