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
|
2006-05-11 02:01:05 +02:00
|
|
|
PORTVERSION= 1.8.3
|
2009-01-08 18:06:27 +01:00
|
|
|
PORTREVISION= 3
|
1998-11-21 08:27:41 +01:00
|
|
|
CATEGORIES= sysutils
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
1997-11-20 09:56:28 +01:00
|
|
|
|
2004-08-20 04:56:44 +02:00
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A graphical performance meter
|
1997-11-20 09:56:28 +01:00
|
|
|
|
- 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
|
|
|
USE_XORG= xpm
|
2003-06-05 00:43:38 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= xosview.1
|
|
|
|
|
2004-11-18 23:09:44 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2009-12-21 14:05:21 +01:00
|
|
|
.if ${OSVERSION} >= 900000
|
|
|
|
BROKEN= unsupported FreeBSD version
|
|
|
|
.endif
|
|
|
|
|
2003-10-28 15:53:44 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's,iostream.h,iostream,' \
|
|
|
|
${WRKSRC}/xwin.h \
|
|
|
|
${WRKSRC}/Host.h \
|
|
|
|
${WRKSRC}/Xrm.cc \
|
|
|
|
${WRKSRC}/llist.cc \
|
|
|
|
${WRKSRC}/timeval.h \
|
|
|
|
${WRKSRC}/xosview.cc
|
|
|
|
@${REINPLACE_CMD} -e 's,string.h,string,' \
|
|
|
|
${WRKSRC}/xwin.h \
|
|
|
|
${WRKSRC}/Host.cc \
|
|
|
|
${WRKSRC}/Xrm.cc \
|
|
|
|
${WRKSRC}/llist.cc \
|
|
|
|
${WRKSRC}/timeval.h \
|
|
|
|
${WRKSRC}/xosview.cc
|
|
|
|
@${REINPLACE_CMD} -e 's,fstream.h,fstream,' \
|
|
|
|
${WRKSRC}/bitfieldmeter.cc \
|
|
|
|
${WRKSRC}/fieldmeter.cc \
|
|
|
|
${WRKSRC}/fieldmeterdecay.cc \
|
|
|
|
${WRKSRC}/fieldmetergraph.cc
|
2005-07-13 05:48:32 +02:00
|
|
|
@${REINPLACE_CMD} -e 's,-O4,,' \
|
2003-10-28 15:53:44 +01:00
|
|
|
${WRKSRC}/configure
|
2006-05-11 02:01:05 +02:00
|
|
|
@${REINPLACE_CMD} -e 's,/share/man,/man,' \
|
|
|
|
${WRKSRC}/config/Makefile.top.in
|
2003-05-18 12:15:24 +02:00
|
|
|
|
2004-11-18 23:09:44 +01:00
|
|
|
.include <bsd.port.post.mk>
|