b48eba1112
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".]
19 lines
556 B
Makefile
19 lines
556 B
Makefile
# $NetBSD: Makefile,v 1.3 2002/03/13 17:37:25 fredb Exp $
|
|
|
|
DISTNAME= gkrellweather-0.2.7
|
|
PKGNAME= gkrellm-weather-0.2.7
|
|
PKGREVISION= 1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.cse.unsw.edu.au/~flam/repository/c/gkrellm/
|
|
|
|
MAINTAINER= damon@netbsd.org
|
|
HOMEPAGE= http://www.cse.unsw.edu.au/~flam/programs/gkrellweather.html
|
|
COMMENT= gkrellm weather plugin
|
|
|
|
DEPENDS+= gkrellm-1.2.*:../../sysutils/gkrellm
|
|
DEPENDS+= wmWeather-1.3*:../../x11/wmweather
|
|
|
|
pre-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|