diff options
Diffstat (limited to 'sysutils/fstyp/Makefile')
-rw-r--r-- | sysutils/fstyp/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/fstyp/Makefile b/sysutils/fstyp/Makefile new file mode 100644 index 000000000000..1e85dfd657e4 --- /dev/null +++ b/sysutils/fstyp/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: fstyp +# Date created: Sun Nov 9 +# Whom: Sachidananda Urs +# +# $FreeBSD$ +# + +PORTNAME= fstyp +PORTVERSION= 0.1 +CATEGORIES= sysutils +MASTER_SITES= http://thegaul.org/src/ + +MAINTAINER= sacchi@gmail.com +COMMENT= Detect which filesystem type a device/partition contains + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +PLIST_FILES= bin/fstyp + +MAN8= fstyp.8 + +.include <bsd.port.mk> |