mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
4c33997b6f
Update pkg-descr. While here, add LICENSE_FILE and use https address. PR: 222315 Submitted by: Matteo Cypriani <mcy@lm7.fr> (maintainer)
25 lines
517 B
Makefile
25 lines
517 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dfc
|
|
DISTVERSION= 3.1.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://projects.gw-computing.net/attachments/download/615/
|
|
|
|
MAINTAINER= mcy@lm7.fr
|
|
COMMENT= Display file system space usage using graph and colors
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
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>
|