freebsd-ports/www/httrack/Makefile

28 lines
635 B
Makefile
Raw Normal View History

# 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
2004-02-24 16:22:35 +01:00
PORTVERSION= 3.30
CATEGORIES= www
2004-02-24 16:22:35 +01:00
MASTER_SITES= http://httrack.free.fr/mirror/
MAINTAINER= ports@FreeBSD.org
COMMENT= Easy-to-use offline browser utility and website copier
2004-02-24 16:22:35 +01:00
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.01
USE_GMAKE= yes
2004-02-24 16:22:35 +01:00
USE_REINPLACE= yes
USE_LIBTOOL= yes
2001-12-21 18:06:38 +01:00
INSTALLS_SHLIB= yes
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:
@${REINPLACE_CMD} -e 's|>&6,|>\&6|g; 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>