mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
19 lines
330 B
Makefile
19 lines
330 B
Makefile
|
# New ports collection makefile for: ffsrecov
|
||
|
# Version required: no version
|
||
|
# Date created: 4 May 1999
|
||
|
# Whom: jmg
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= ffsrecov
|
||
|
PKGNAME= ffsrecov-0.1
|
||
|
CATEGORIES= sysutils
|
||
|
MASTER_SITES= http://www.freebsd.org/~jmg/
|
||
|
|
||
|
MAINTAINER= jmg@freebsd.org
|
||
|
|
||
|
MAN8= ffsrecov.8
|
||
|
|
||
|
.include <bsd.port.mk>
|