mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
b9d7b97f92
PR: ports/118724 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
33 lines
753 B
Makefile
33 lines
753 B
Makefile
# New ports collection makefile for: httrack
|
|
# Date created: Sun Jun 17 10:28:52 CEST 2001
|
|
# Whom: Dirk Froemberg <dirk@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= httrack
|
|
PORTVERSION= 3.42.1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.httrack.com/ \
|
|
http://sunpoet.net/distfiles/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}
|
|
|
|
MAINTAINER= sunpoet@sunpoet.net
|
|
COMMENT= Easy-to-use offline browser utility and website copier
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
USE_GNOME= gnometarget
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN1= htsserver.1 httrack.1 proxytrack.1 webhttrack.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|>&6,|>\&6|g ; \
|
|
s|-O -g3 ||g ; \
|
|
s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|