openbsd-ports/sysutils/colorls/Makefile

28 lines
610 B
Makefile
Raw Normal View History

2010-10-19 03:43:00 -04:00
# $OpenBSD: Makefile,v 1.18 2010/10/19 07:43:00 espie Exp $
2007-08-11 13:52:11 -04:00
COMMENT= ls that can use color to display file attributes
DISTNAME= ls-4.6
PKGNAME= color${DISTNAME}p0
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 11:39:28 -05:00
MASTER_SITES= http://shell.uugrn.org/~naddy/
WRKDIST= ${WRKDIR}/ls
2010-10-19 03:43:00 -04:00
USE_GROFF = Yes
NO_REGRESS= Yes
2007-08-11 14:41:28 -04:00
# copy file and substitute a string near a CVS keyword
pre-patch:
2007-08-11 14:41:28 -04:00
sed 's/^\.Dt LS/.Dt COLORLS/' ${WRKSRC}/ls.1 >${WRKSRC}/colorls.1
.include <bsd.port.mk>