2013-09-21 01:05:58 +02:00
|
|
|
# Created by: Serge Gagnon <gagnon__s@videotron.ca>
|
2003-07-23 19:00:33 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= disktool
|
|
|
|
PORTVERSION= 2.0
|
2008-03-25 23:44:48 +01:00
|
|
|
PORTREVISION= 3
|
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
|
|
|
|
|
2011-11-05 20:56:33 +01:00
|
|
|
MAINTAINER= cy@FreeBSD.org
|
2003-07-23 19:00:33 +02:00
|
|
|
COMMENT= XView sysadmin tool for monitoring diskfull situations
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
LIB_DEPENDS= libxview.so:x11-toolkits/xview
|
2003-07-23 19:00:33 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
|
|
|
|
ALL_TARGET= disktool
|
|
|
|
|
2014-06-10 07:09:09 +02:00
|
|
|
PLIST_FILES= bin/disktool man/man1/disktool.1.gz
|
2003-07-23 19:00:33 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/Makefile
|
|
|
|
|
|
|
|
do-install:
|
2014-06-10 07:09:09 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/disktool ${STAGEDIR}${PREFIX}/bin/
|
2003-07-23 19:00:33 +02:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/disktool.man \
|
2014-06-10 07:09:09 +02:00
|
|
|
${STAGEDIR}${PREFIX}/man/man1/disktool.1
|
2003-07-23 19:00:33 +02:00
|
|
|
|
2007-04-20 17:12:29 +02:00
|
|
|
.include <bsd.port.mk>
|