aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gnuls/Makefile
blob: b7491fbd69586ef59ca8f69e36f7ac544ab4c050 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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 1996/01/15 10:37:17 asami Exp $
#

DISTNAME=   fileutils-3.12
PKGNAME=    linuxls-3.12.0.2
CATEGORIES= misc
MASTER_SITES=   ftp://prep.ai.mit.edu/pub/gnu/ \
        ftp://ftp.cdrom.com/pub/linux/slackware_source/a/bin/

PATCHFILES= color-ls-3.12.0.2.patch.gz
PATCH_SITES=    ftp://sunsite.unc.edu/pub/Linux/distributions/slackware/source/a/bin/ \
        ftp://ftp.cdrom.com/pub/linux/slackware_source/a/bin/

MAINTAINER= bmc@WillsCreek.COM

PATCH_DIST_STRIP=   -p1
GNU_CONFIGURE=  yes

post-install:
.if !defined(NOMANCOMPRESS)
    gzip -9nf ${PREFIX}/man/man1/linuxls.1
    gzip -9nf ${PREFIX}/man/man1/dircolors.1
.endif

.include <bsd.port.mk>