2017-02-03 13:37:54 +01:00
|
|
|
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fsearch
|
2017-04-29 17:50:46 +02:00
|
|
|
DISTVERSION= 0.1beta2
|
2017-02-03 13:37:54 +01:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
|
|
COMMENT= Search utility focusing on performance and advanced features
|
|
|
|
|
|
|
|
LICENSE= GPLv2+
|
2017-02-04 08:57:42 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/License
|
2017-02-03 13:37:54 +01:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/ax_check_compile_flag.m4:devel/autoconf-archive
|
|
|
|
LIB_DEPENDS= libpcre.so:devel/pcre
|
|
|
|
|
2017-06-02 17:49:34 +02:00
|
|
|
BROKEN_powerpc64= fails to configure: checking whether C compiler accepts -std=c11... no
|
|
|
|
|
2017-02-03 13:37:54 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= cboxdoerfer
|
|
|
|
|
|
|
|
USES= autoreconf gettext gmake pkgconfig
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|