freebsd-ports/sysutils/fstyp/Makefile
Beech Rintoul 6090756546 - Add sourcefirge to master_sites
PR:		ports/129614
Submitted by:	Sachidananda Urs <sacchi@gmail.com> (maintainer)
2008-12-14 19:45:15 +00:00

23 lines
409 B
Makefile

# New ports collection makefile for: fstyp
# Date created: Sun Nov 9
# Whom: Sachidananda Urs
#
# $FreeBSD$
#
PORTNAME= fstyp
PORTVERSION= 0.1
CATEGORIES= sysutils
MASTER_SITES= SF http://thegaul.org/src/
MAINTAINER= sacchi@gmail.com
COMMENT= Detect which filesystem type a device/partition contains
GNU_CONFIGURE= yes
USE_GMAKE= yes
PLIST_FILES= bin/fstyp
MAN8= fstyp.8
.include <bsd.port.mk>