openbsd-ports/sysutils/dfc/Makefile
benoit 82b248f142 - update dfc to 3.0.2
- update patches and MASTER_SITES

ok sthen@
2013-04-12 10:22:32 +00:00

22 lines
509 B
Makefile

# $OpenBSD: Makefile,v 1.4 2013/04/12 10:22:32 benoit Exp $
COMMENT = display file system space usage using graph and colors
DISTNAME = dfc-3.0.2
CATEGORIES = sysutils
MASTER_SITES = http://projects.gw-computing.net/attachments/download/68/
HOMEPAGE = http://projects.gw-computing.net/projects/dfc
# BSD
PERMIT_PACKAGE_CDROM= Yes
MODULES = devel/cmake devel/gettext
WANTLIB = c
NO_TEST = Yes
CONFIGURE_ARGS =-DXDG_CONFIG_DIR=${PREFIX}/share/examples \
-DMAN_PATH=${PREFIX}/man
.include <bsd.port.mk>