# $NetBSD$

COMMENT= firey load indicator
DISTNAME= fireapplet-0.1
CATEGORIES=	kde

#MASTER_SITES=${MASTER_SITE_SOURCEFORGE}

EXTRACT_SUFX= .tar.gz
MAINTAINER= hclsmith@yahoo.ca
HOMEPAGE= http://www.cs.unc.edu/%7Escheuerm/fireapplet/
MASTER_SITES= ${HOMEPAGE}
GNU_CONFIGURE= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/admin
USE_LIBTOOL= yes
USE_X11BASE= yes
USE_GMAKE= yes

CONFIGURE_ARGS=\
	--prefix=${PREFIX}\
	--datadir=${PREFIX}/share/kde\
	--with-extra-includes=/usr/pkg/include\
	--with-extra-libs=/usr/pkg/lib\
	--with-qt-dir=/usr/X11R6/qt3

post-extract:
	cd ${WRKSRC};\
	 mv configure configure.orig;\
	 sed -e '20000,$$s,{prefix}/share,{datadir},g' -e '20000,$$s,$$prefix/share,$${datadir},g' <configure.orig >configure;\
	 chmod +x configure

.include "../../mk/bsd.pkg.mk"

#eof

