opnsense-ports/sysutils/fstyp/Makefile
Franco Fichtner 0bafe2b7fa */*: sync with upstream
Taken from: FreeBSD
2024-02-26 10:57:15 +01:00

18 lines
500 B
Makefile

PORTNAME= fstyp
PORTVERSION= 0.1
PORTREVISION= 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
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>