blob: 26ffd492dcbedcfbbc61b9a19cea63a6a6ff8d77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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.1.1.1 1997/10/11 21:54:21 hubertf 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}
PATCH_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>
|