2013-09-21 01:05:58 +02:00
|
|
|
# Created by: jack
|
1999-08-31 04:00:46 +02:00
|
|
|
# $FreeBSD$
|
1999-06-14 22:00:37 +02:00
|
|
|
|
2004-01-08 16:53:31 +01:00
|
|
|
PORTNAME= asmem
|
2007-04-17 21:21:23 +02:00
|
|
|
PORTVERSION= 1.12
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2004-01-08 16:53:31 +01:00
|
|
|
CATEGORIES= sysutils afterstep
|
2014-02-27 10:06:26 +01:00
|
|
|
MASTER_SITES= http://tigr.net/afterstep/download/asmem/
|
1999-06-14 22:00:37 +02:00
|
|
|
|
2003-11-19 20:28:40 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-02-27 10:06:26 +01:00
|
|
|
COMMENT= AfterStep look-n-feel memory utilization monitor
|
1999-06-14 22:00:37 +02:00
|
|
|
|
2014-02-27 10:06:26 +01:00
|
|
|
LICENSE= GPLv2
|
2014-02-07 19:50:30 +01:00
|
|
|
|
2008-03-25 23:44:48 +01:00
|
|
|
USE_XORG= xpm
|
2001-04-15 17:31:31 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-12-02 13:21:47 +01:00
|
|
|
CONFIGURE_ARGS= --with-xpm \
|
- 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
|
|
|
--with-xpm-includes=${LOCALBASE}/include \
|
|
|
|
--with-xpm-library=${LOCALBASE}/lib
|
2004-12-05 19:43:12 +01:00
|
|
|
|
2014-02-27 10:06:26 +01:00
|
|
|
post-build:
|
|
|
|
@${LN} -sf asmem.man ${WRKSRC}/asmem.1
|
1999-06-14 22:00:37 +02:00
|
|
|
|
|
|
|
do-install:
|
2014-02-27 10:06:26 +01:00
|
|
|
(cd ${WRKSRC} && ${INSTALL_PROGRAM} asmem \
|
|
|
|
${STAGEDIR}${PREFIX}/bin)
|
|
|
|
(cd ${WRKSRC} && ${INSTALL_MAN} asmem.1 \
|
|
|
|
${STAGEDIR}${MANPREFIX}/man/man1)
|
1999-06-14 22:00:37 +02:00
|
|
|
|
2004-12-05 19:43:12 +01:00
|
|
|
.include <bsd.port.mk>
|