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".]
18 lines
456 B
Makefile
18 lines
456 B
Makefile
# $NetBSD: Makefile,v 1.3 2002/03/13 17:37:25 fredb Exp $
|
|
|
|
DISTNAME= gkrellmoon-0.3
|
|
PKGNAME= gkrellm-moon-0.3
|
|
PKGREVISION= 1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gkrellmoon/}
|
|
|
|
MAINTAINER= damon@netbsd.org
|
|
HOMEPAGE= http://gkrellmoon.sourceforge.net/
|
|
COMMENT= gkrellm moonclock plugin
|
|
|
|
DEPENDS+= gkrellm-1.2.*:../../sysutils/gkrellm
|
|
|
|
pre-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|