blob: e62969060d3a6fcae76733dab4330b19bf657e36 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: GNU colorized `ls'
# Date created: 06 January 1996
# Whom: bmc@WillsCreek.COM
#
# $FreeBSD$
#
PORTNAME= gnuls
PORTVERSION= 4.1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= fileutils
DISTNAME= fileutils-${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
.include <bsd.port.mk>
|