summaryrefslogtreecommitdiff
path: root/misc/colorls/Makefile
blob: 41d02885443546381b605cb15e3d37cd241483a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:	colorls
# Date created:		8 March 1995
# Whom:			Satoshi Asami
#
# $FreeBSD$
#

PORTNAME=	colorls
PORTVERSION=	3.4
CATEGORIES=	misc
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	asami/colorls
DISTFILES=	ls-${PORTVERSION}.tar.gz

MAINTAINER=	asami@FreeBSD.org

.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500004 || ${OSVERSION} < 500000 && ${OSVERSION} >= 400020
FORBIDDEN=	"colour support is already in the base system"
.endif

MAN1=		colorls.1
MANCOMPRESSED=	maybe

WRKSRC=		${WRKDIR}/ls

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

.include <bsd.port.post.mk>