mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
4f6a1e7d73
PR: 10173 Submitted by: maintainer
21 lines
467 B
Makefile
21 lines
467 B
Makefile
# New ports collection makefile for: GNU colorized `ls'
|
|
# Version required: 4.0 (GNU fileutils 4.0)
|
|
# Date created: 06 January 1996
|
|
# Whom: bmc@WillsCreek.COM
|
|
#
|
|
# $Id: Makefile,v 1.8 1999/01/27 07:41:23 fenner Exp $
|
|
#
|
|
|
|
DISTNAME= fileutils-4.0
|
|
PKGNAME= gnuls-4.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= fileutils
|
|
|
|
MAINTAINER= bmc@WillsCreek.COM
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= gnuls.1 dircolors.1 dir.1 vdir.1
|
|
|
|
.include <bsd.port.mk>
|