naddy 890c1e2ba3 Sync with FreeBSD: When doing "ls -G /path/to/symlink", use the symlink
color instead of the color of the link target.
2015-06-18 20:43:01 +00:00

28 lines
572 B
Makefile

# $OpenBSD: Makefile,v 1.31 2015/06/18 20:43:01 naddy Exp $
COMMENT= ls(1) that can use color to display file attributes
VERSION= 5.7
DISTNAME= ls-${VERSION}
PKGNAME= colorls-${VERSION}
REVISION= 0
CATEGORIES= sysutils
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= http://shell.uugrn.org/~naddy/
WANTLIB= c curses util
WRKDIST= ${WRKDIR}/ls
NO_TEST= Yes
# copy file and substitute a string near a CVS keyword
pre-patch:
sed 's/^\.Dt LS/.Dt COLORLS/' ${WRKSRC}/ls.1 >${WRKSRC}/colorls.1
.include <bsd.port.mk>