summaryrefslogtreecommitdiff
path: root/filesystems/fstyp/Makefile
blob: df5bd1aeee5697dce5876faf2e1c4cf2027c2dd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	fstyp
PORTVERSION=	0.1
PORTREVISION=	1
CATEGORIES=	filesystems 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
WWW=		http://nchc.dl.sourceforge.net/sourceforge/fstyp/

USES=		gmake
GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ENV+=	ac_cv_prog_CC="${CC}"

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

.include <bsd.port.mk>