freebsd-ports/misc/gnuls/Makefile
Yen-Ming Lee 520e2e89f5 ACL support already included in port
PR:		77519
Submitted by:	Tarc <tarc at po.cs.msu.su>
Approved by:	Brian Clapper <bmc at clapper.org>
2005-02-17 10:31:08 +00:00

23 lines
458 B
Makefile

# 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>