1999-06-14 22:00:37 +02:00
|
|
|
# New ports collection makefile for: asfsm
|
|
|
|
# Date created: 4 June 1999
|
|
|
|
# Whom: jack
|
|
|
|
#
|
1999-08-31 04:00:46 +02:00
|
|
|
# $FreeBSD$
|
2000-04-09 21:09:11 +02:00
|
|
|
#
|
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
|
|
|
|
MASTER_SITES= http://www.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
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= An AfterStep look-n-feel memory utilization monitor
|
1999-06-14 22:00:37 +02: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
|
|
|
|
1999-06-14 22:00:37 +02:00
|
|
|
MAN1= asmem.1
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/asmem
|
1999-06-14 22:00:37 +02:00
|
|
|
|
|
|
|
do-install:
|
2004-01-08 16:53:31 +01:00
|
|
|
${INSTALL_PROGRAM} -g kmem -m 2755 ${WRKSRC}/asmem ${PREFIX}/bin
|
2004-12-05 19:43:12 +01:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/asmem.man ${MANPREFIX}/man/man1/asmem.1
|
1999-06-14 22:00:37 +02:00
|
|
|
|
2004-12-05 19:43:12 +01:00
|
|
|
.include <bsd.port.mk>
|