mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
0a498c759a
pending PR (related to stage) With hat: portmgr
21 lines
398 B
Makefile
21 lines
398 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
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake
|
|
|
|
PLIST_FILES= bin/fstyp
|
|
|
|
MAN8= fstyp.8
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|