91a6fb56a5
- The project has changed its name, I'll ask for repocopy when the author will confirm the exact spelling
33 lines
793 B
Makefile
33 lines
793 B
Makefile
# New ports collection makefile for: xsearch
|
|
# Date created: 26 August 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= searchMonkey
|
|
PORTVERSION= 0.6.0
|
|
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:L} %%DATADIR%%/pixmaps/${PORTNAME:L}-32x32.png
|
|
PLIST_DIRS= %%DATADIR%%/pixmaps %%DATADIR%%
|
|
CFLAGS= -I${LOCALBASE}/include
|
|
LDFLAGS=-L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
BROKEN= does not compile on 4.x
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|