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

PORTNAME=   fstyp
PORTVERSION=    0.1
CATEGORIES= sysutils
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} http://thegaul.org/src/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Detect which filesystem type a device/partition contains

USES=       gmake
GNU_CONFIGURE=  yes
CONFIGURE_ENV+= ac_cv_prog_CC="${CC}"

PLIST_FILES=    bin/fstyp man/man8/fstyp.8.gz

.include <bsd.port.mk>