mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
19 lines
332 B
Makefile
19 lines
332 B
Makefile
# New ports collection makefile for: stat
|
|
# Date created: 16 Februar 1996
|
|
# Whom: wosch
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= stat
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.de.freebsd.org/~wosch/src/
|
|
|
|
MAINTAINER= wosch@FreeBSD.org
|
|
|
|
MAN1= stat.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|