blob: eb482af3c6e9328aed3c9533d380fb0fc6349fd4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: xdf
# Date created: 9 November 2002
# Whom: David Vidal-Rodriguez
#
# $FreeBSD$
#
PORTNAME= xdf
PORTVERSION= 1.3
CATEGORIES= misc
MASTER_SITES= http://home.in.tum.de/~vidalrod/ports/
MAINTAINER= vidalrod@in.tum.de
COMMENT= A graphical disk space viewer for X
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
USE_XLIB= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
post-install:
strip ${PREFIX}/bin/xdf
.include <bsd.port.mk>
|