freebsd-ports/misc/xdf/Makefile
Edwin Groothuis 224a8a72c3 New port: xdf, show the free space of mounted partitions in X
PR:		ports/45556
Submitted by:	David Vidal Rodríguez <vidalrod@in.tum.de>
2003-01-16 14:03:11 +00:00

24 lines
500 B
Makefile

# 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
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>