1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/misc/gnuls/Makefile

25 lines
603 B
Makefile
Raw Normal View History

# New ports collection makefile for: Linux-style colorized `ls'
# Version required: 3.12.0.2 (GNU fileutils 3.12)
# Date created: 06 January 1996
# Whom: bmc@WillsCreek.COM
#
# $Id: Makefile,v 1.4 1996/11/18 10:25:10 asami Exp $
#
DISTNAME= fileutils-3.12
PKGNAME= linuxls-3.12.0.2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU}
PATCHFILES= color-ls-3.12.0.2.patch.gz
PATCH_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= distributions/slackware/source/a/bin/
MAINTAINER= bmc@WillsCreek.COM
PATCH_DIST_STRIP= -p1
GNU_CONFIGURE= yes
MAN1= linuxls.1 dircolors.1
.include <bsd.port.mk>