summaryrefslogtreecommitdiff
path: root/misc/colorls/Makefile
blob: 59ae652277aee3e2dfa2268e6c1a4a3b7849215b (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:	colorls
# Version required:	FreeBSD-2.2-stable (around August '98)
# Date created:		8 March 1995
# Whom:			Satoshi Asami
#
# $FreeBSD$
#

DISTNAME=	colorls-2.2.7
CATEGORIES=	misc
MASTER_SITES=	${MASTER_SITE_LOCAL}
DISTFILES=	ls-2.2.7.tar.gz

MAINTAINER=	asami@FreeBSD.org

MAN1=		colorls.1
MANCOMPRESSED=	maybe

WRKSRC=		${WRKDIR}/ls

pre-patch:
	${CP} ${WRKSRC}/ls.1 ${WRKSRC}/colorls.1

.include <bsd.port.mk>