freebsd-ports/sysutils/fstyp/Makefile
Martin Wilke 7a21dec23d - Convert gmake,bzip2,xz to USES
Approved by:	portmgr
2014-05-29 11:20:14 +00:00

20 lines
397 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= sacchi@gmail.com
COMMENT= Detect which filesystem type a device/partition contains
GNU_CONFIGURE= yes
USES= gmake
PLIST_FILES= bin/fstyp
MAN8= fstyp.8
NO_STAGE= yes
.include <bsd.port.mk>