2003-07-23 19:00:33 +02:00
|
|
|
# New ports collection makefile for: disktool
|
|
|
|
# Date created: Thu Apr 24 05:10:34 EDT 2003
|
|
|
|
# Whom: Serge Gagnon <gagnon__s@videotron.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= disktool
|
|
|
|
PORTVERSION= 2.0
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 2
|
2003-07-23 19:00:33 +02:00
|
|
|
CATEGORIES= sysutils
|
2004-03-22 00:12:46 +01:00
|
|
|
MASTER_SITES= http://ftp.auxio.org/pub/mirrors/step.polymtl.ca/pub/Xview/apps/disktool/
|
2003-07-23 19:00:33 +02:00
|
|
|
DISTNAME= disktool-2.0c
|
|
|
|
|
2004-05-09 09:10:43 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-07-23 19:00:33 +02:00
|
|
|
COMMENT= XView sysadmin tool for monitoring diskfull situations
|
|
|
|
|
|
|
|
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
|
|
|
|
ALL_TARGET= disktool
|
|
|
|
|
|
|
|
MAN1= disktool.1
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/disktool
|
2003-07-23 19:00:33 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/Makefile
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/disktool ${PREFIX}/bin/
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/disktool.man \
|
|
|
|
${PREFIX}/man/man1/disktool.1
|
|
|
|
|
2007-04-20 17:12:29 +02:00
|
|
|
.include <bsd.port.mk>
|