freebsd-ports/sysutils/dfc/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

24 lines
500 B
Makefile

# $FreeBSD$
PORTNAME= dfc
PORTVERSION= 3.0.5
PORTREVISION= 2
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>