20 lines
465 B
Makefile
20 lines
465 B
Makefile
# $NetBSD: Makefile,v 1.16 2003/07/17 21:48:49 grant Exp $
|
|
# FreeBSD Id: Makefile,v 1.13 1997/04/30 03:18:06 asami Exp
|
|
#
|
|
|
|
DISTNAME= ls
|
|
PKGNAME= colorls-2.2
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
COMMENT= Ls that can use color to display file attributes
|
|
|
|
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
|
|
|
|
MANCOMPRESSED_IF_MANZ= yes
|
|
|
|
pre-patch:
|
|
${CP} ${WRKSRC}/ls.1 ${WRKSRC}/colorls.1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|