freebsd-ports/sysutils/searchmonkey/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

27 lines
661 B
Makefile

# New ports collection makefile for: searchmonkey
# Date created: 26 August 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= searchmonkey
PORTVERSION= 0.7.4
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Search using regexes for file names and text
USE_GNOME= gtk20
USE_GCC= 3.3+
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
PLIST_FILES= bin/${PORTNAME} share/pixmaps/${PORTNAME}-32x32.png
CFLAGS= -I${LOCALBASE}/include
LDFLAGS=-L${LOCALBASE}/lib
.include <bsd.port.mk>