summaryrefslogtreecommitdiff
path: root/sysutils/wmflame/Makefile
blob: d7420103a6c164bd711df94e0fe7ad7486788997 (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
# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>

PORTNAME=	wmflame
PORTVERSION=	0.60
PORTREVISION=	3
CATEGORIES=	sysutils
MASTER_SITES=	AFTERSTEP/stable/rpms/misc-tarballs \
		http://web.novalis.org/programs/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Dockapp that shows the load average as a flame

LICENSE=	GPLv2

BROKEN_FreeBSD_13=	ld: error: duplicate symbol: Root
BROKEN_FreeBSD_14=	ld: error: duplicate symbol: Root

USES=		gmake xorg
USE_XORG=	x11 xpm

PLIST_FILES=	bin/wmflame

WRKSRC=		${WRKDIR}/wmflame.app/${PORTNAME}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/wmflame ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>