summaryrefslogtreecommitdiff
path: root/misc/colorls/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/colorls/Makefile')
-rw-r--r--misc/colorls/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/misc/colorls/Makefile b/misc/colorls/Makefile
new file mode 100644
index 00000000000..f40ab440551
--- /dev/null
+++ b/misc/colorls/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: colorls
+# Version required: FreeBSD-current (around January '97)
+# Date created: 8 March 1995
+# Whom: Satoshi Asami
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/11 21:54:06 hubertf Exp $
+#
+
+DISTNAME= colorls
+PKGNAME= colorls-2.2
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+DISTFILES= ls.tar.gz
+
+MAINTAINER= asami@FreeBSD.ORG
+
+WRKSRC= ${WRKDIR}/ls
+
+pre-patch:
+ ${CP} ${WRKSRC}/ls.1 ${WRKSRC}/colorls.1
+
+.include <bsd.port.mk>