1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/sysutils/dfc/Makefile
Baptiste Daroussin edd142b3f2 Fix plist with NLS
While here sort plist

PR:		194444
2014-10-18 22:04:29 +00:00

25 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>