1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/misc/gnuls/Makefile
David E. O'Brien 47a616f11d CATEGORIES+= --> CATEGORIES=
Misc variable reordering, cleaning up, etc.
1996-11-11 05:50:23 +00:00

31 lines
827 B
Makefile

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