8f0d6a486e
PR: ports/143224 Submitted by: Hung-Yi Chen <gaod@hychen.org> Approved by: bmc@clapper.org (maintainer timeout)
36 lines
873 B
Makefile
36 lines
873 B
Makefile
# New ports collection makefile for: GNU colorized `ls'
|
|
# Date created: 06 January 1996
|
|
# Whom: bmc@WillsCreek.COM
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnuls
|
|
PORTVERSION= 8.4
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= coreutils
|
|
DISTNAME= coreutils-${PORTVERSION}
|
|
|
|
MAINTAINER= bmc@clapper.org
|
|
COMMENT= GNU colorized 'ls'
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-nls
|
|
MAN1= gnuls.1 dircolors.1 dir.1 vdir.1
|
|
|
|
PLIST_FILES= bin/dir \
|
|
bin/dircolors \
|
|
bin/gnuls \
|
|
bin/vdir
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/dir ${PREFIX}/bin
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/dircolors ${PREFIX}/bin
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/ls ${PREFIX}/bin/gnuls
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/vdir ${PREFIX}/bin
|
|
${CP} ${WRKSRC}/man/ls.1 ${WRKSRC}/man/gnuls.1
|
|
${INSTALL_MAN} ${MAN1:S,^,${WRKSRC}/man/,} ${MAN1PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|