2011-09-22 08:28:56 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.22 2011/09/22 08:28:56 stsp 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
|
|
|
|
2010-10-19 14:37:01 +00:00
|
|
|
DISTNAME= ls-4.8
|
2010-10-22 13:45:02 +00:00
|
|
|
PKGNAME= color${DISTNAME}
|
2011-09-22 08:28:56 +00:00
|
|
|
REVISION= 1
|
2001-11-05 18:55:28 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= 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
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
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>
|