mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
3e4ed01146
- 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)
50 lines
1.1 KiB
Makefile
50 lines
1.1 KiB
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: xosview
|
|
# Date created: 19 Nov 1997
|
|
# Whom: Brian Handy <handy@physics.montana.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xosview
|
|
PORTVERSION= 1.8.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= A graphical performance meter
|
|
|
|
USE_XORG= xpm
|
|
GNU_CONFIGURE= yes
|
|
MAN1= xosview.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
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
|
|
@${REINPLACE_CMD} -e 's,-O4,,' \
|
|
${WRKSRC}/configure
|
|
@${REINPLACE_CMD} -e 's,/share/man,/man,' \
|
|
${WRKSRC}/config/Makefile.top.in
|
|
|
|
.include <bsd.port.post.mk>
|