1995-03-08 19:49:22 -05:00
|
|
|
# New ports collection makefile for: colorls
|
|
|
|
# Date created: 8 March 1995
|
|
|
|
# Whom: Satoshi Asami
|
|
|
|
#
|
1999-08-25 03:23:21 -04:00
|
|
|
# $FreeBSD$
|
1995-03-08 19:49:22 -05:00
|
|
|
#
|
1995-04-14 21:28:36 -04:00
|
|
|
|
2000-04-14 04:49:30 -04:00
|
|
|
PORTNAME= colorls
|
2000-06-16 15:16:36 -04:00
|
|
|
PORTVERSION= 3.4
|
1996-11-11 00:50:23 -05:00
|
|
|
CATEGORIES= misc
|
1997-04-29 23:18:09 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
2000-06-16 15:16:36 -04:00
|
|
|
MASTER_SITE_SUBDIR= asami/colorls
|
2000-04-14 04:49:30 -04:00
|
|
|
DISTFILES= ls-${PORTVERSION}.tar.gz
|
1995-04-14 21:28:36 -04:00
|
|
|
|
1999-06-21 19:25:11 -04:00
|
|
|
MAINTAINER= asami@FreeBSD.org
|
1995-04-14 21:28:36 -04:00
|
|
|
|
2000-06-02 11:16:52 -04:00
|
|
|
.include <bsd.port.pre.mk>
|
2000-07-04 19:54:24 -04:00
|
|
|
.if ${OSVERSION} >= 500004 || ${OSVERSION} < 500000 && ${OSVERSION} >= 400020
|
2001-01-16 12:33:20 -05:00
|
|
|
FORBIDDEN= "colour support is already in the base system"
|
2000-06-02 11:16:52 -04:00
|
|
|
.endif
|
|
|
|
|
1998-08-24 04:16:37 -04:00
|
|
|
MAN1= colorls.1
|
|
|
|
MANCOMPRESSED= maybe
|
|
|
|
|
1996-03-06 18:08:52 -05:00
|
|
|
WRKSRC= ${WRKDIR}/ls
|
1995-03-08 19:49:22 -05:00
|
|
|
|
1996-03-06 18:08:52 -05:00
|
|
|
pre-patch:
|
1996-11-11 00:50:23 -05:00
|
|
|
${CP} ${WRKSRC}/ls.1 ${WRKSRC}/colorls.1
|
1995-03-08 19:49:22 -05:00
|
|
|
|
2000-06-02 11:16:52 -04:00
|
|
|
.include <bsd.port.post.mk>
|