openbsd-ports/x11/xdu/Makefile

22 lines
355 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.29 2015/04/06 16:58:43 jca Exp $
2008-02-01 21:55:23 +00:00
COMMENT= graphic disk usage viewer
2000-01-06 14:51:45 +00:00
2000-07-27 08:14:06 +00:00
DISTNAME= xdu-3.0
REVISION= 4
2000-01-06 14:51:45 +00:00
CATEGORIES= x11
# custom, MIT-like
2000-03-13 04:08:17 +00:00
PERMIT_PACKAGE_CDROM= Yes
2008-02-01 21:55:23 +00:00
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c
2000-03-05 23:00:29 +00:00
2000-01-06 14:51:45 +00:00
EXTRACT_SUFX= .tar.Z
CONFIGURE_STYLE= imake
WRKDIST= ${WRKDIR}
2000-01-06 14:51:45 +00:00
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
2002-10-29 19:48:57 +00:00
2000-01-06 14:51:45 +00:00
.include <bsd.port.mk>