aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xosview/Makefile
blob: 9d37f0ed8f6ef32de8f98e16f8b421eaf1c56561 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
PORTNAME=	xosview
DISTVERSION=	1.23
PORTREVISION=	3
CATEGORIES=	sysutils

MAINTAINER=	otaciliodearaujo@gmail.com
COMMENT=	Graphical performance meter
WWW=		https://www.pogo.org.uk/~mark/xosview/

LICENSE=	BSD4CLAUSE GPLv2
LICENSE_COMB=	multi

RUN_DEPENDS=	font-misc-misc>=1.1.2:x11-fonts/font-misc-misc

USES=		gmake xorg
USE_GITHUB=	yes
GH_ACCOUNT=	hills

USE_XORG=	x11 xpm
MAKE_ENV=	OPTFLAGS="" PLATFORM=bsd MANDIR=${PREFIX}/share/man
ALL_TARGET=	xosview

DESKTOP_ENTRIES="XOsview" "" "" "xosview" "" ""

do-configure:
	@${SED} -e '/CXX/s|^|#|' -e 's|/usr/local|${LOCALBASE}|' \
		${WRKSRC}/targets/freebsd > ${WRKSRC}/.config

post-install:
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
	@${CP} ${WRKSRC}/Xdefaults ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/XOsview

.include <bsd.port.mk>