pkgsrc/x11/xflame/Makefile

22 lines
472 B
Makefile

# $NetBSD: Makefile,v 1.12 2012/10/29 05:07:10 asau 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"