# New ports collection makefile for: searchmonkey # Date created: 26 August 2006 # Whom: Andrew Pantyukhin # # $FreeBSD$ # PORTNAME= searchmonkey PORTVERSION= 0.7.4 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 PLIST_DIRS= share/pixmaps CFLAGS= -I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib .include .if ${OSVERSION} < 500000 BROKEN= does not compile on 4.x .endif .include