freebsd-ports/sysutils/xosview/Makefile

29 lines
552 B
Makefile
Raw Normal View History

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>
#
1999-08-31 04:00:46 +02:00
# $FreeBSD$
#
PORTNAME= xosview
PORTVERSION= 1.8.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
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
2003-05-18 12:15:24 +02:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile (bad C++ code)"
.endif
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
MAN1= xosview.1
2003-05-18 12:15:24 +02:00
.include <bsd.port.post.mk>