2019-07-12 20:49:33 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2019/07/12 20:49:41 sthen Exp $
|
2012-06-01 13:01:45 +00:00
|
|
|
|
|
|
|
COMMENT = display file system space usage using graph and colors
|
|
|
|
|
2017-11-12 16:00:15 +00:00
|
|
|
DISTNAME = dfc-3.1.1
|
2012-06-01 13:01:45 +00:00
|
|
|
CATEGORIES = sysutils
|
2019-05-20 22:15:00 +00:00
|
|
|
REVISION = 0
|
2012-06-01 13:01:45 +00:00
|
|
|
|
2017-11-12 16:00:15 +00:00
|
|
|
MASTER_SITES = https://projects.gw-computing.net/attachments/download/615/
|
2017-05-23 09:00:53 +00:00
|
|
|
HOMEPAGE = https://projects.gw-computing.net/projects/dfc
|
2012-06-01 13:01:45 +00:00
|
|
|
|
|
|
|
# BSD
|
2019-07-12 20:49:33 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2012-06-01 13:01:45 +00:00
|
|
|
|
2017-11-12 16:00:15 +00:00
|
|
|
MODULES = devel/cmake
|
|
|
|
WANTLIB = c iconv intl m
|
|
|
|
|
2019-05-20 22:15:00 +00:00
|
|
|
BUILD_DEPENDS = devel/gettext,-tools
|
|
|
|
LIB_DEPENDS = devel/gettext,-runtime
|
2017-11-12 16:00:15 +00:00
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST = Yes
|
2012-06-01 13:01:45 +00:00
|
|
|
|
|
|
|
CONFIGURE_ARGS =-DXDG_CONFIG_DIR=${PREFIX}/share/examples \
|
|
|
|
-DMAN_PATH=${PREFIX}/man
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|