2013-09-21 01:05:58 +02:00
|
|
|
# Created by: Dima Sivachenko <dima@chg.ru>
|
1999-08-31 04:00:46 +02:00
|
|
|
# $FreeBSD$
|
1999-02-28 05:30:59 +01:00
|
|
|
|
2000-04-09 21:09:11 +02:00
|
|
|
PORTNAME= ascpu
|
2005-10-24 08:15:39 +02:00
|
|
|
PORTVERSION= 1.11
|
2010-02-05 12:46:55 +01:00
|
|
|
PORTREVISION= 5
|
1999-02-28 05:30:59 +01:00
|
|
|
CATEGORIES= sysutils afterstep
|
2002-07-02 08:43:22 +02:00
|
|
|
MASTER_SITES= http://www.tigr.net/afterstep/download/ascpu/
|
1999-02-28 05:30:59 +01:00
|
|
|
|
2000-11-13 13:45:40 +01:00
|
|
|
MAINTAINER= demon@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= CPU statistics monitor utility for XFree86
|
1999-02-28 05:30:59 +01:00
|
|
|
|
2015-06-22 20:33:20 +02:00
|
|
|
USES= jpeg
|
2008-03-23 17:44:09 +01:00
|
|
|
USE_XORG= xpm
|
1999-02-28 05:30:59 +01:00
|
|
|
GNU_CONFIGURE= yes
|
- 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 19:56:05 +02:00
|
|
|
CONFIGURE_ARGS= --with-xpm-includes=${LOCALBASE}/include --with-xpm-library=${LOCALBASE}/lib
|
2011-09-24 00:26:39 +02:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2000-07-04 12:09:52 +02:00
|
|
|
MAKE_ENV= EXTRA_LIBRARIES="-L${LOCALBASE}/lib"
|
1999-02-28 05:30:59 +01:00
|
|
|
|
2014-09-03 23:07:17 +02:00
|
|
|
PLIST_FILES= "@(,kmem,2555) bin/ascpu" man/man1/ascpu.1.gz
|
1999-02-28 05:30:59 +01:00
|
|
|
|
|
|
|
do-install:
|
2014-05-30 13:09:35 +02:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/ascpu.man ${STAGEDIR}${PREFIX}/man/man1/ascpu.1
|
2014-09-03 23:07:17 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ascpu ${STAGEDIR}${PREFIX}/bin
|
1999-02-28 05:30:59 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|