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".]
23 lines
523 B
Makefile
23 lines
523 B
Makefile
# $NetBSD: Makefile,v 1.11 2002/03/13 17:37:30 fredb Exp $
|
|
|
|
DISTNAME= gtm-0.4.10
|
|
PKGREVISION= 1
|
|
CATEGORIES= net gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtm/}
|
|
|
|
MAINTAINER= magick@zhadum.de
|
|
HOMEPAGE= http://gtm.sourceforge.net/
|
|
COMMENT= Gnome Transfer Manager
|
|
|
|
DEPENDS+= gnome-core>=1.4.0.4nb1:../../x11/gnome-core
|
|
DEPENDS+= wget-[0-9]*:../../net/wget
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_X11BASE= YES
|
|
USE_GMAKE= YES
|
|
USE_LIBINTL= YES
|
|
|
|
post-install:
|
|
${RMDIR} ${PREFIX}/share/gnome/help/gtm/C/images
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|