freebsd-ports/misc/colorls/Makefile
Satoshi Asami de40ddbf21 Make this work with -current sources. Also fetch tarball from LOCAL_PORTS,
having people fetch from the FreeBSD-current archive (and having it
break at unpredictable times) wasn't a good idea.
1997-01-02 06:29:50 +00:00

23 lines
491 B
Makefile

# 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.11 1996/12/17 12:33:29 asami Exp $
#
DISTNAME= colorls
PKGNAME= colorls-2.2
CATEGORIES= misc
MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/
DISTFILES= ls.tar.gz
MAINTAINER= asami@FreeBSD.ORG
WRKSRC= ${WRKDIR}/ls
pre-patch:
${CP} ${WRKSRC}/ls.1 ${WRKSRC}/colorls.1
.include <bsd.port.mk>