mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
c98cfd116d
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
25 lines
603 B
Makefile
25 lines
603 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.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>
|