28 lines
603 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.22 2011/09/22 08:28:56 stsp Exp $
2007-08-11 17:52:11 +00:00
COMMENT= ls that can use color to display file attributes
2010-10-19 14:37:01 +00:00
DISTNAME= ls-4.8
PKGNAME= color${DISTNAME}
REVISION= 1
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/
WRKDIST= ${WRKDIR}/ls
NO_REGRESS= Yes
2007-08-11 18:41:28 +00:00
# copy file and substitute a string near a CVS keyword
pre-patch:
2007-08-11 18:41:28 +00:00
sed 's/^\.Dt LS/.Dt COLORLS/' ${WRKSRC}/ls.1 >${WRKSRC}/colorls.1
.include <bsd.port.mk>