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
|
2005-10-13 13:36:36 +02:00
|
|
|
PORTVERSION= 3.33.16
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
2001-06-17 12:37:31 +02:00
|
|
|
CATEGORIES= www
|
2005-03-13 10:52:36 +01:00
|
|
|
MASTER_SITES= http://www.httrack.com/
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}
|
2001-06-17 12:37:31 +02:00
|
|
|
|
2005-10-11 23:29:57 +02:00
|
|
|
MAINTAINER= andrew.nau.ua@gmail.com
|
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
|
|
|
|
2004-04-14 20:52:21 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2004-03-13 20:39:10 +01:00
|
|
|
|
2004-02-24 16:22:35 +01:00
|
|
|
USE_REINPLACE= yes
|
2004-03-13 20:39:10 +01:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2001-12-21 18:06:38 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
2001-06-17 12:37:31 +02:00
|
|
|
|
2004-02-24 16:22:35 +01:00
|
|
|
MAN1= htsserver.1 httrack.1 webhttrack.1
|
2004-02-07 00:06:46 +01:00
|
|
|
|
2004-02-24 16:22:35 +01:00
|
|
|
post-patch:
|
2004-03-13 20:39:10 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|>&6,|>\&6|g ; \
|
2005-03-13 10:52:36 +01:00
|
|
|
s|-O -g3 ||g ; \
|
2004-03-13 20:39:10 +01:00
|
|
|
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>
|