pkgsrc/x11/xflame/Makefile
2008-07-14 12:55:56 +00:00

24 lines
508 B
Makefile

# $NetBSD: Makefile,v 1.11 2008/07/14 12:56:19 joerg 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
PKG_DESTDIR_SUPPORT= user-destdir
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"