summaryrefslogtreecommitdiff
path: root/misc/colorls/Makefile
blob: 8a3d4bf9cd0a043c5a9463188521b2145d139a60 (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
# New ports collection makefile for:	colorls
# Version required:	FreeBSD-current (around October '95)
# Date created:		8 March 1995
# Whom:			Satoshi Asami
#
# $Id: Makefile,v 1.7 1995/10/04 09:41:18 asami Exp $
#

DISTNAME=	colorls
PKGNAME=	colorls-2.1
CATEGORIES+=	misc
MASTER_SITES=	ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/bin/
DISTFILES=	ls.tar.gz

MAINTAINER=	asami@FreeBSD.ORG

FETCH_DEPENDS=	ncftp2:${PORTSDIR}/net/ncftp2

WRKSRC=		${WRKDIR}/pub/FreeBSD/FreeBSD-current/src/bin/ls
NCFTP=		ncftp2
NCFTPFLAGS=	

.include <bsd.port.mk>