summaryrefslogtreecommitdiff
path: root/x11/xflame/Makefile
blob: 361078e6373dce61ceebd3e335120eece7cbcd9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.10 2008/03/06 05:58:28 obache Exp $
#

DISTNAME=	xflame-1.1.1
PKGREVISION=	2
CATEGORIES=	x11
MASTER_SITES=	http://www.owlnet.rice.edu/~rahul/

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Draws a flame on the screen

USE_IMAKE=	yes

.include "../../mk/bsd.prefs.mk"

.if ${OPSYS} == "SunOS"
MAKE_FLAGS+=	EXTRA_LOAD_FLAGS=-lrt
.endif

.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"