1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/sysutils/ascpu/Makefile
Steve Price e487214552 Update to version 1.6.
PR:		11585
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-05-09 16:17:44 +00:00

30 lines
775 B
Makefile

# New ports collection makefile for: ascpu
# Version required: 1.6
# Date created: 18 February 1999
# Whom: Dima Sivachenko <dima@chg.ru>
#
# $Id: Makefile,v 1.3 1999/05/01 02:09:34 steve Exp $
#
DISTNAME= ascpu-1.6
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>