# New ports collection makefile for: httrack # Date created: Sun Jun 17 10:28:52 CEST 2001 # Whom: Dirk Froemberg # # $FreeBSD$ # PORTNAME= httrack PORTVERSION= 3.33.16 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.httrack.com/ DISTNAME= ${PORTNAME}-${PORTVERSION:R} MAINTAINER= andrew.nau.ua@gmail.com COMMENT= Easy-to-use offline browser utility and website copier WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes MAN1= htsserver.1 httrack.1 webhttrack.1 post-patch: @${REINPLACE_CMD} -e 's|>&6,|>\&6|g ; \ s|-O -g3 ||g ; \ s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure .include