mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
2f778a0834
primary OS any longer. Thanks for all your work, Serge! Sorry to see you go. PR: 66407 Submitted by: Serge Gagnon <gagnon_s@sympatico.ca> (maintainer)
38 lines
857 B
Makefile
38 lines
857 B
Makefile
# 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
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://ftp.auxio.org/pub/mirrors/step.polymtl.ca/pub/Xview/apps/disktool/
|
|
DISTNAME= disktool-2.0c
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= XView sysadmin tool for monitoring diskfull situations
|
|
|
|
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
|
|
|
|
USE_REINPLACE= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
ALL_TARGET= disktool
|
|
|
|
MAN1= disktool.1
|
|
PLIST_FILES= bin/disktool
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|