1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/sysutils/fstyp/Makefile
Vanilla I. Shu ad583b4a00 1: Stagify.
2: Fix build with clang.
2014-08-07 02:50:35 +00:00

19 lines
426 B
Makefile

# 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>