freebsd-ports/sysutils/disktool/Makefile
Erwin Lansing 2f778a0834 Drop maintainership. Maintainer is not using FreeBSD as
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)
2004-05-09 07:10:43 +00:00

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