2000-04-09 21:09:11 +02:00
|
|
|
# New ports collection makefile for: lavaps
|
|
|
|
# Date created: 11-Oct-99
|
|
|
|
# Whom: johnh@isi.edu
|
1999-10-21 07:36:34 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 21:09:11 +02:00
|
|
|
PORTNAME= lavaps
|
2002-01-24 15:52:25 +01:00
|
|
|
PORTVERSION= 1.20
|
2001-01-16 18:33:20 +01:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/
|
1999-10-21 07:36:34 +02:00
|
|
|
|
2001-06-27 12:15:01 +02:00
|
|
|
MAINTAINER= wjv@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A lava lamp of currently running processes
|
1999-10-21 07:36:34 +02:00
|
|
|
|
2000-12-05 17:38:12 +01:00
|
|
|
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
|
1999-10-21 07:36:34 +02:00
|
|
|
|
2001-01-20 00:56:11 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 500014
|
2001-01-19 23:16:40 +01:00
|
|
|
BROKEN= Changes to process info structs returned by kernel renders \
|
2001-06-05 14:47:32 +02:00
|
|
|
lavaps unbuildable - author has been made aware of this
|
2001-01-20 00:56:11 +01:00
|
|
|
.endif
|
2001-01-19 23:16:40 +01:00
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
GNU_CONFIGURE= yes
|
1999-10-21 07:36:34 +02:00
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
|
2000-12-05 17:38:12 +01:00
|
|
|
CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3
|
2001-01-16 18:33:20 +01:00
|
|
|
MAN1= lavaps.1
|
1999-10-21 07:36:34 +02:00
|
|
|
|
2001-01-20 00:56:11 +01:00
|
|
|
.include <bsd.port.post.mk>
|