freebsd-ports/www/httrack/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

32 lines
751 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.41.2
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.httrack.com/
DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
COMMENT= Easy-to-use offline browser utility and website copier
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}0
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>