blob: 1b99e6280294c7702865230c5a83afa98fe04b45 (
plain) (
blame)
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
26
27
28
29
30
31
32
33
34
35
36
|
# New ports collection makefile for: xdf
# Date created: 9 November 2002
# Whom: David Vidal-Rodriguez
#
# $FreeBSD$
#
PORTNAME= xdf
PORTVERSION= 1.3
PORTREVISION= 1
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
DEPRECATED= Broken on all supported versions of FreeBSD
EXPIRATION_DATE=2007-03-10
PLIST_FILES= bin/xdf
USE_XLIB= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502000
BROKEN= "Does not compile"
.endif
post-install:
${STRIP_CMD} ${PREFIX}/bin/xdf
.include <bsd.port.post.mk>
|