summaryrefslogtreecommitdiff
path: root/sysutils/fstyp/Makefile
blob: bec689aea73639f2a5b9a93228adc280e344d2a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Sachidananda Urs
# $FreeBSD$

PORTNAME=	fstyp
PORTVERSION=	0.1
CATEGORIES=	sysutils
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} 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

NO_STAGE=	yes
.include <bsd.port.mk>