freebsd-ports/sysutils/searchmonkey/Makefile
Dmitry Marakasov 98251252d9 - Update to 0.8.1
PR:		130062
Submitted by:	Chess Griffin <chess at chessgriffin dot com>
2008-12-30 23:47:54 +00:00

23 lines
528 B
Makefile

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