2000-08-18 17:09:37 +02:00
|
|
|
# New ports collection makefile for: medusa
|
|
|
|
# Date created: 17th August 2000
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= medusa
|
2001-05-10 21:34:48 +02:00
|
|
|
PORTVERSION= 0.5.1
|
2000-08-18 17:09:37 +02:00
|
|
|
CATEGORIES= sysutils gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2002-09-20 19:07:51 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/medusa/0.5
|
2002-04-04 19:35:18 +02:00
|
|
|
DIST_SUBDIR= gnome
|
2000-08-18 17:09:37 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= GNOME filesystem indexer
|
2000-08-18 17:09:37 +02:00
|
|
|
|
2002-04-04 19:35:18 +02:00
|
|
|
USE_BZIP2= yes
|
2000-08-18 17:09:37 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
2002-07-11 19:16:10 +02:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gnomehier gnomevfs
|
2000-08-18 17:09:37 +02:00
|
|
|
USE_LIBTOOL= yes
|
2000-10-05 09:17:31 +02:00
|
|
|
CONFIGURE_ARGS= --enable-shared --enable-static
|
2001-01-30 05:39:55 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
2000-08-18 17:09:37 +02:00
|
|
|
|
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 23:51:17 +02:00
|
|
|
MAN1= medusa-config.1 medusa-idled.1 msearch.1
|
|
|
|
MAN5= medusa.conf.5 medusa-file-index-stoplist.5
|
|
|
|
MAN7= medusa-search-uri.7
|
|
|
|
MAN8= medusa-searchd.8
|
|
|
|
|
2000-08-18 17:09:37 +02:00
|
|
|
.include <bsd.port.mk>
|