freebsd-ports/sysutils/searchmonkey/Makefile

28 lines
661 B
Makefile
Raw Normal View History

# New ports collection makefile for: searchmonkey
# Date created: 26 August 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= searchmonkey
2006-12-05 16:12:57 +01:00
PORTVERSION= 0.7.4
PORTREVISION= 1
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}
2006-08-30 16:00:40 +02:00
CONFIGURE_ENV= CPPFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
2006-11-29 16:50:46 +01:00
PLIST_FILES= bin/${PORTNAME} share/pixmaps/${PORTNAME}-32x32.png
2006-08-30 16:00:40 +02:00
CFLAGS= -I${LOCALBASE}/include
LDFLAGS=-L${LOCALBASE}/lib
.include <bsd.port.mk>