pkgsrc/misc/colorls/Makefile
2004-03-29 03:28:49 +00:00

24 lines
553 B
Makefile

# $NetBSD: Makefile,v 1.17 2004/03/29 03:28:49 schmonz 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
PKG_INSTALLATION_TYPES= overwrite pkgviews
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
MANCOMPRESSED_IF_MANZ= yes
INSTALLATION_DIRS= bin man/man1 man/cat1
pre-patch:
${CP} ${WRKSRC}/ls.1 ${WRKSRC}/colorls.1
.include "../../mk/bsd.pkg.mk"