2013-08-23 16:57:23 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.27 2013/08/23 16:57:23 naddy Exp $
|
2001-11-05 18:55:28 +00:00
|
|
|
|
2007-08-11 17:52:11 +00:00
|
|
|
COMMENT= ls that can use color to display file attributes
|
2001-11-05 18:55:28 +00:00
|
|
|
|
2013-08-18 15:58:17 +00:00
|
|
|
DISTNAME= ls-5.4
|
2010-10-22 13:45:02 +00:00
|
|
|
PKGNAME= color${DISTNAME}
|
2013-08-23 16:57:23 +00:00
|
|
|
REVISION= 0
|
2001-11-05 18:55:28 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2009-02-14 16:39:28 +00:00
|
|
|
MASTER_SITES= http://shell.uugrn.org/~naddy/
|
2001-11-05 18:55:28 +00:00
|
|
|
|
|
|
|
WRKDIST= ${WRKDIR}/ls
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST= Yes
|
2001-11-05 18:55:28 +00:00
|
|
|
|
2007-08-11 18:41:28 +00:00
|
|
|
# copy file and substitute a string near a CVS keyword
|
2001-11-05 18:55:28 +00:00
|
|
|
pre-patch:
|
2007-08-11 18:41:28 +00:00
|
|
|
sed 's/^\.Dt LS/.Dt COLORLS/' ${WRKSRC}/ls.1 >${WRKSRC}/colorls.1
|
2001-11-05 18:55:28 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|