1999-11-09 19:35:33 +01:00
|
|
|
# ex:ts=8
|
2000-02-13 04:25:05 +01:00
|
|
|
# Ports collection makefile for: xosview
|
|
|
|
# Date created: 19 Nov 1997
|
|
|
|
# Whom: Brian Handy <handy@physics.montana.edu>
|
1997-11-20 09:56:28 +01:00
|
|
|
#
|
1999-08-31 04:00:46 +02:00
|
|
|
# $FreeBSD$
|
1997-11-20 09:56:28 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 21:09:11 +02:00
|
|
|
PORTNAME= xosview
|
2002-06-02 19:43:05 +02:00
|
|
|
PORTVERSION= 1.8.0
|
1998-11-21 08:27:41 +01:00
|
|
|
CATEGORIES= sysutils
|
2002-08-07 20:20:24 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1997-11-20 09:56:28 +01:00
|
|
|
|
2002-05-08 23:03:16 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A graphical performance meter
|
1997-11-20 09:56:28 +01:00
|
|
|
|
2003-05-18 12:15:24 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 500113
|
|
|
|
BROKEN= "Does not compile (bad C++ code)"
|
|
|
|
.endif
|
|
|
|
|
1998-08-05 11:31:52 +02:00
|
|
|
USE_X_PREFIX= yes
|
1999-01-05 02:06:04 +01:00
|
|
|
GNU_CONFIGURE= yes
|
1997-11-20 09:56:28 +01:00
|
|
|
MAN1= xosview.1
|
|
|
|
|
2003-05-18 12:15:24 +02:00
|
|
|
.include <bsd.port.post.mk>
|