opnsense-ports/sysutils/fstyp/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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