freebsd-ports/misc/colorls/Makefile

31 lines
620 B
Makefile
Raw Normal View History

# New ports collection makefile for: colorls
# Date created: 8 March 1995
# Whom: Satoshi Asami
#
1999-08-25 03:23:21 -04:00
# $FreeBSD$
#
1995-04-14 21:28:36 -04:00
2000-04-14 04:49:30 -04:00
PORTNAME= colorls
PORTVERSION= 3.4
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL}
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
MAINTAINER= asami@FreeBSD.org
1995-04-14 21:28:36 -04:00
.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>