1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/sysutils/ascpu/Makefile
Bill Fumerola ef0847710a This is an Afterstep look & feel CPU statistics monitor tool.
http://bewoner.dma.be/Albert/afterstep/

PR:		ports/10144
Submitted By:	Dima Sivachenko <dima@Chg.RU>
1999-02-28 04:30:59 +00:00

31 lines
729 B
Makefile

# New ports collection makefile for: ascpu
# Version required: 1.3
# Date created: 18 February 1999
# Whom: Dima Sivachenko <dima@chg.ru>
#
# $Id$
#
DISTNAME= ascpu-1.3
CATEGORIES= sysutils afterstep
MASTER_SITES= http://bewoner.dma.be/Albert/software/ \
http://www.tigr.net/afterstep/as-apps/download/ascpu/ \
ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/
MAINTAINER= dima@Chg.RU
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-xpm
MAN1= ascpu.1
do-install:
@ ${INSTALL_MAN} ${WRKSRC}/ascpu.man ${PREFIX}/man/man1/ascpu.1
@ ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g kmem -m 2755 ${WRKSRC}/ascpu ${PREFIX}/bin
.include <bsd.port.mk>