# Created by: ijliao # $FreeBSD: head/www/swish++/Makefile 336899 2013-12-19 13:22:16Z pawel $ PORTNAME= swish++ PORTVERSION= 6.1.5 PORTREVISION= 1 CATEGORIES= www textproc MASTER_SITES= SF/swishplusplus/swishplusplus/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple Web Indexing System for Humans: C++ version RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget USES= gmake perl5 MAKEFILE= GNUmakefile MAKE_ENV= PERL="${PERL}" PERL_VER="${PERL_VER}" post-patch: @${REINPLACE_CMD} -e '/^#error/d' ${WRKSRC}/config.h .for i in scripts/searchd scripts/searchmonitor @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/${i}.in .endfor do-configure: @(cd ${WRKSRC}/config && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ ${MAKE_FLAGS} ${MAKEFILE}) pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} post-install: (cd ${FILESDIR} && ${INSTALL_SCRIPT} swish++.sh \ ${STAGEDIR}${PREFIX}/etc/rc.d/swish++.sh.sample) .include