25 lines
484 B
Makefile
25 lines
484 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dfc
|
|
PORTVERSION= 3.0.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://projects.gw-computing.net/attachments/download/79/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Display file system space usage using graph and colors
|
|
|
|
LICENSE= BSD
|
|
|
|
OPTIONS_DEFINE= NLS DOCS
|
|
|
|
USES= cmake
|
|
CMAKE_ARGS+= -DMAN_PATH=${MANPREFIX}/man -DDFC_DOC_PATH=${DOCSDIR}
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext
|
|
NLS_CMAKE_ON= -DNLS_ENABLED=true
|
|
NLS_CMAKE_OFF= -DNLS_ENABLED=false
|
|
|
|
.include <bsd.port.mk>
|