2004-02-22 04:14:02 +01:00
|
|
|
# New ports collection makefile for: httrack
|
2001-06-17 12:37:31 +02:00
|
|
|
# Date created: Sun Jun 17 10:28:52 CEST 2001
|
|
|
|
# Whom: Dirk Froemberg <dirk@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= httrack
|
2009-01-11 05:08:23 +01:00
|
|
|
PORTVERSION= 3.43.2
|
2001-06-17 12:37:31 +02:00
|
|
|
CATEGORIES= www
|
2007-12-15 20:59:07 +01:00
|
|
|
MASTER_SITES= http://www.httrack.com/ \
|
|
|
|
http://sunpoet.net/distfiles/
|
2009-01-11 05:08:23 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/.([0-9]*)$/-\1/}
|
2001-06-17 12:37:31 +02:00
|
|
|
|
2007-09-24 08:12:25 +02:00
|
|
|
MAINTAINER= sunpoet@sunpoet.net
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Easy-to-use offline browser utility and website copier
|
2001-06-17 12:37:31 +02:00
|
|
|
|
2008-10-14 06:03:13 +02:00
|
|
|
CONFIGURE_ARGS= --docdir="${DOCSDIR}"
|
2009-01-11 05:08:23 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2004-03-13 20:39:10 +01:00
|
|
|
|
2007-05-02 01:17:21 +02:00
|
|
|
USE_GNOME= gnometarget
|
2004-03-13 20:39:10 +01:00
|
|
|
USE_GMAKE= yes
|
2007-05-02 01:17:21 +02:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
USE_LDCONFIG= yes
|
2001-06-17 12:37:31 +02:00
|
|
|
|
2006-07-29 23:30:02 +02:00
|
|
|
MAN1= htsserver.1 httrack.1 proxytrack.1 webhttrack.1
|
2004-02-07 00:06:46 +01:00
|
|
|
|
2008-10-14 06:03:13 +02:00
|
|
|
.if defined(NOPORTDATA) || defined(NOPORTDOCS)
|
|
|
|
NOPORTDATA= yes
|
|
|
|
NOPORTDOCS= yes
|
|
|
|
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Makefile.in
|
|
|
|
.endif
|
|
|
|
|
2004-02-24 16:22:35 +01:00
|
|
|
post-patch:
|
2008-10-14 06:03:13 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-O -g3 ||g' \
|
|
|
|
-e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
2004-02-07 00:06:46 +01:00
|
|
|
|
2004-02-24 16:22:35 +01:00
|
|
|
.include <bsd.port.mk>
|