opnsense-ports/sysutils/dfc/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

24 lines
500 B
Makefile

# $FreeBSD$
PORTNAME= dfc
PORTVERSION= 3.0.5
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://projects.gw-computing.net/attachments/download/467/
MAINTAINER= mcy@lm7.fr
COMMENT= Display file system space usage using graph and colors
LICENSE= BSD3CLAUSE
USES= cmake
CMAKE_ARGS+= -DMAN_PATH=${MANPREFIX}/man -DDFC_DOC_PATH=${DOCSDIR}
OPTIONS_DEFINE= NLS DOCS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CMAKE_ON= -DNLS_ENABLED=true
NLS_CMAKE_OFF= -DNLS_ENABLED=false
.include <bsd.port.mk>