mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
ef7fa8de21
An enhanced version of ls(1). PR: 5309 Submitted by: Stefan Zehl <sec@42.org>
21 lines
341 B
Makefile
21 lines
341 B
Makefile
# New ports collection makefile for: sls
|
|
# Version required: 1.00
|
|
# Date created: 16. Dec 97
|
|
# Whom: sec@42.org
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= sls
|
|
PKGNAME= sls-1.00
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.cse.psu.edu/pub/src/
|
|
|
|
MAINTAINER= sec@42.org
|
|
|
|
WRKSRC= ${WRKDIR}/sls
|
|
|
|
MAN1= sls.1
|
|
|
|
.include <bsd.port.mk>
|