mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
30 lines
722 B
Makefile
30 lines
722 B
Makefile
# New ports collection makefile for: ascpu
|
|
# Date created: 18 February 1999
|
|
# Whom: Dima Sivachenko <dima@chg.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ascpu
|
|
PORTVERSION= 1.8
|
|
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>
|