2000-06-06 12:52:06 +00:00
|
|
|
# New ports collection makefile for: gnomefind
|
2000-11-01 15:51:11 +00:00
|
|
|
# Date created: 26 May 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
2000-06-06 12:52:06 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnomefind
|
2003-08-01 18:52:15 +00:00
|
|
|
PORTVERSION= 1.0.2
|
2006-03-07 08:28:06 +00:00
|
|
|
PORTREVISION= 2
|
2000-06-06 12:52:06 +00:00
|
|
|
CATEGORIES= sysutils gnome
|
2000-06-14 13:21:38 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= gnome-find
|
2000-06-06 12:52:06 +00:00
|
|
|
DISTNAME= gnome-find-${PORTVERSION}
|
|
|
|
|
2003-07-29 09:12:37 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Graphical version of the GNU "find" utility
|
2000-06-06 12:52:06 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2003-08-01 18:52:15 +00:00
|
|
|
USE_GNOME= gnomehack gnomeprefix libglade
|
2000-06-06 12:52:06 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-05 07:17:31 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-lgnuregex -L${LOCALBASE}/lib"
|
2000-06-06 12:52:06 +00:00
|
|
|
|
|
|
|
MAN1= gnome-find.1
|
|
|
|
|
2003-08-01 18:52:15 +00:00
|
|
|
post-patch:
|
|
|
|
@${GREP} -lR "<regex\.h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
's|<regex\.h>|<gnuregex.h>|g'
|
2000-08-04 15:29:09 +00:00
|
|
|
|
2000-06-06 12:52:06 +00:00
|
|
|
.include <bsd.port.mk>
|