2005-09-05 07:55:47 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2005/09/05 11:55:47 espie Exp $
|
2001-11-05 13:55:28 -05:00
|
|
|
|
|
|
|
COMMENT= "ls that can use color to display file attributes"
|
|
|
|
|
2005-06-21 14:26:21 -04:00
|
|
|
DISTNAME= ls-3.7.1
|
2005-09-05 07:55:47 -04:00
|
|
|
PKGNAME= color${DISTNAME}p0
|
2001-11-05 13:55:28 -05: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
|
|
|
|
|
2004-02-25 17:25:11 -05:00
|
|
|
MASTER_SITES= http://grappa.unix-ag.uni-kl.de/~naddy/
|
2001-11-05 13:55:28 -05:00
|
|
|
|
|
|
|
WRKDIST= ${WRKDIR}/ls
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
pre-patch:
|
|
|
|
cp ${WRKSRC}/ls.1 ${WRKSRC}/colorls.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|