pkgsrc/finance/gkrellm-stock/Makefile
fredb b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00

29 lines
798 B
Makefile

# $NetBSD: Makefile,v 1.3 2002/03/13 17:36:57 fredb Exp $
DISTNAME= gkrellstock-0.2
PKGNAME= gkrellm-stock-0.2
PKGREVISION= 1
WRKSRC= ${WRKDIR}/gkrellStock-0.2
CATEGORIES= finance
MASTER_SITES= http://www.geocities.com/m_muthukumar/
MAINTAINER= damon@netbsd.org
HOMEPAGE= http://www.geocities.com/m_muthukumar/gkrellstock.html
COMMENT= gkrellm stock ticker plugin
DEPENDS+= gkrellm-1.2.*:../../sysutils/gkrellm
DEPENDS+= p5-finance-quote-1.*:../../finance/p5-finance-quote
USE_PERL5= # defined
do-configure:
.for FILE in GetQuote Asia.pm
${CP} ${WRKSRC}/${FILE} ${WRKSRC}/${FILE}.ORIG
${SED} -e "s,/usr/bin/perl,${PERL5},g" \
< ${WRKSRC}/${FILE}.ORIG > ${WRKSRC}/${FILE}
.endfor
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins
.include "../../mk/bsd.pkg.mk"