openbsd-ports/x11/xdu/Makefile

32 lines
635 B
Makefile
Raw Normal View History

2008-02-01 16:55:23 -05:00
# $OpenBSD: Makefile,v 1.18 2008/02/01 21:55:23 steven Exp $
2008-02-01 16:55:23 -05:00
COMMENT= graphic disk usage viewer
2000-01-06 09:51:45 -05:00
2000-07-27 04:14:06 -04:00
DISTNAME= xdu-3.0
2008-02-01 16:55:23 -05:00
PKGNAME= ${DISTNAME}p0
2000-01-06 09:51:45 -05:00
CATEGORIES= x11
2000-10-04 17:53:59 -04:00
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
2000-01-06 09:51:45 -05:00
# custom
2000-03-12 23:08:17 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2008-02-01 16:55:23 -05:00
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xp Xpm Xt c
2000-03-05 18:00:29 -05:00
2001-08-21 14:19:37 -04:00
HOMEPAGE= http://sd.wareonearth.com/~phil/xdu/
MASTER_SITES= http://sd.wareonearth.com/~phil/xdu/ \
ftp://ftp.arl.mil/pub/
2000-01-06 09:51:45 -05:00
EXTRACT_SUFX= .tar.Z
2001-07-09 13:10:49 -04:00
USE_X11= Yes
CONFIGURE_STYLE= imake
WRKDIST= ${WRKDIR}
2000-01-06 09:51:45 -05:00
2002-10-29 14:48:57 -05:00
NO_REGRESS= Yes
2000-01-06 09:51:45 -05:00
.include <bsd.port.mk>