62027046b8
PR: 146677 Submitted by: Ports Fury
31 lines
758 B
Makefile
31 lines
758 B
Makefile
# New ports collection makefile for: searchmonkey
|
|
# Date created: 26 August 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= searchmonkey
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF/${PORTNAME}/Searchmonkey2/${PORTVERSION}%20%5Bstable%5D
|
|
DISTNAME= ${PORTNAME}_v${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Search using regexes for file names and text
|
|
|
|
USE_ZIP= yes
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= corelib gui moc_build qmake_build rcc_build uic_build
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${PORTNAME}_2_0.pro \
|
|
-spec ${QMAKESPEC}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|