freebsd-ports/sysutils/fsearch/Makefile
Alexey Dokuchaev a83aa892bb - Spell `LICENSE_FILE' variable correctly
- Fix some nearby bogosities (when noticed)
2017-02-04 07:57:42 +00:00

32 lines
794 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= fsearch
DISTVERSION= 0.1beta1
CATEGORIES= sysutils
MAINTAINER= danfe@FreeBSD.org
COMMENT= Search utility focusing on performance and advanced features
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/License
BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/ax_check_compile_flag.m4:devel/autoconf-archive
LIB_DEPENDS= libpcre.so:devel/pcre
USE_GITHUB= yes
GH_ACCOUNT= cboxdoerfer
USES= autoreconf gettext gmake pkgconfig
GNU_CONFIGURE= yes
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
PLIST_FILES= bin/fsearch \
share/applications/fsearch.desktop \
share/locale/de/LC_MESSAGES/fsearch.mo
post-patch:
@${GREP} -Rl linux/limits\\.h ${WRKSRC}/src | ${XARGS} \
${REINPLACE_CMD} -e '/linux\/limits\.h/d'
.include <bsd.port.mk>