blob: 60c2bd893e34eac5e701cc52e837fa2bcb0cd1df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.2 2001/06/11 06:34:50 jlam Exp $
#
DISTNAME= medusa-0.5.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-*:../../sysutils/psmisc
DEPENDS+= gnome-vfs>=1.0.1:../../sysutils/gnome-vfs
GNU_CONFIGURE= YES
USE_X11BASE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
CPPFLAGS+= -I${LOCALBASE}/include
.include "../../mk/bsd.pkg.mk"
|