forked from Lainports/freebsd-ports
18 lines
500 B
Makefile
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>
|