summaryrefslogtreecommitdiff
path: root/misc/colorls/Makefile
blob: ee51c5e5eac0d7e3f3bbd882643553d7d531dca3 (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.6 1995/09/23 10:15:46 asami Exp $
#

DISTNAME=	colorls
PKGNAME=	colorls-2.1
CATEGORIES+=	utilities
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>