# New ports collection makefile for: dfc # Date created: 2012-04-01 # Whom: Baptiste Daroussin # # $FreeBSD$ # PORTNAME= dfc PORTVERSION= 3.0.0 CATEGORIES= sysutils MASTER_SITES= http://projects.gw-computing.net/attachments/download/63/ MAINTAINER= bapt@FreeBSD.org COMMENT= Display file system space usage using graph and colors LICENSE= BSD OPTIONS_DEFINE= NLS USES= cmake CMAKE_ARGS+= -DMAN_PATH=${MANPREFIX}/man -DDFC_DOC_PATH=${DOCSDIR} MANLANG= "" fr MAN1= dfc.1 .include .if ${PORT_OPTIONS:MNLS} CMAKE_ARGS+= -DNLS_ENABLED=true USES+= gettext PLIST_SUB+= NLS="" .else CMAKE_ARGS+= -DNLS_ENABLED=false PLIST_SUB+= NLS="@comment " .endif .include