freebsd-ports/sysutils/stat/Makefile
Sam Lawrance dd411c366a Mark deprecated and expire in 3 months.
This software is buggy, and "stat" has been in the base system
since FreeBSD 4.10.

PR:		ports/25490
Submitted by:	Tony Finch <dot@dotat.at> <dot@dotat.at>
Approved by:	wosch (maintainer, timeout 4 years)
2005-12-20 06:22:01 +00:00

25 lines
459 B
Makefile

# New ports collection makefile for: stat
# Date created: 16 Februar 1996
# Whom: wosch
#
# $FreeBSD$
#
PORTNAME= stat
PORTVERSION= 1.3
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://wolfram.schneider.org/src/
MAINTAINER= wosch@FreeBSD.org
COMMENT= Print inode contents
DEPRECATED= Buggy, use stat(1) from base
EXPIRATION_DATE=2006-03-20
MAN1= stat.1
MANCOMPRESSED= yes
PLIST_FILES= bin/stat
.include <bsd.port.mk>