7f1688d7cf
Paje is an interactive and scalable trace-based visualization tool which can be used for a large variety of visualizations including performance monitoring of parallel applications, monitoring the execution of processors in a large scale PC cluster or representing the behavior of distributed applications. OK landry@
20 lines
505 B
Makefile
20 lines
505 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/08/06 11:14:20 sebastia Exp $
|
|
|
|
COMMENT = GNUstep based trace visualization tool
|
|
|
|
DISTNAME = Paje-1.98
|
|
SHARED_LIBS += General 0.0
|
|
|
|
HOMEPAGE = http://paje.sourceforge.net/
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=paje/}
|
|
|
|
MODULES = x11/gnustep
|
|
WANTLIB += c m pthread
|
|
MAKE_FLAGS += General_INTERFACE_VERSION=${LIBGeneral_VERSION}
|
|
|
|
GENERALLIBDIR = lib/GNUstep/Frameworks/General.framework/Versions/${LIBGeneral_VERSION}
|
|
|
|
SUBST_VARS += GENERALLIBDIR
|
|
|
|
.include <bsd.port.mk>
|