freebsd-ports/sysutils/ascpu/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

32 lines
875 B
Makefile

# New ports collection makefile for: ascpu
# Date created: 18 February 1999
# Whom: Dima Sivachenko <dima@chg.ru>
#
# $FreeBSD$
#
PORTNAME= ascpu
PORTVERSION= 1.11
PORTREVISION= 2
CATEGORIES= sysutils afterstep
MASTER_SITES= http://www.tigr.net/afterstep/download/ascpu/
MAINTAINER= demon@FreeBSD.org
COMMENT= CPU statistics monitor utility for XFree86
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
USE_XORG= xpm
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-xpm-includes=${LOCALBASE}/include --with-xpm-library=${LOCALBASE}/lib
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
MAKE_ENV= EXTRA_LIBRARIES="-L${LOCALBASE}/lib"
MAN1= ascpu.1
PLIST_FILES= bin/ascpu
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>