54a0b86543
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
33 lines
775 B
Makefile
33 lines
775 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.33.16
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.httrack.com/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}
|
|
|
|
MAINTAINER= andrew.nau.ua@gmail.com
|
|
COMMENT= Easy-to-use offline browser utility and website copier
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
USE_REINPLACE= yes
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
INSTALLS_SHLIB= yes
|
|
|
|
MAN1= htsserver.1 httrack.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>
|