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".]
24 lines
595 B
Makefile
24 lines
595 B
Makefile
# $NetBSD: Makefile,v 1.5 2002/03/13 17:37:44 fredb Exp $
|
|
#
|
|
|
|
DISTNAME= medusa-0.5.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= sysutils gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/medusa/} \
|
|
http://download.eazel.com/source/
|
|
|
|
MAINTAINER= rh@netbsd.org
|
|
HOMEPAGE= http://www.eazel.com/
|
|
COMMENT= file system indexing engine
|
|
|
|
DEPENDS+= psmisc-[0-9]*:../../sysutils/psmisc
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
USE_BUILDLINK_ONLY= YES
|
|
|
|
.include "../../sysutils/gnome-vfs/buildlink.mk"
|
|
.include "../../mk/x11.buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|