1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/www/httrack/Makefile
Dirk Froemberg 170722c74a Temporarily put distfile on ${MASTER_SITE_LOCAL} for 5.0-RELEASE.
distfile for 3.20 on original MASTER_SITE is 3.22 actually and thus
causing a checksum error.
2002-11-26 21:11:48 +00:00

33 lines
715 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.20.2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= dirk
DISTNAME= httrack-3.20-2
MAINTAINER= dirk@FreeBSD.org
WRKSRC= ${WRKDIR}/httrack-3.20/src
USE_GMAKE= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --nouseftime --noinaddrt
CONFIGURE_ENV= PREFIX=${PREFIX} BINPATH=${PREFIX}/bin
INSTALLS_SHLIB= yes
.if defined(NOPORTDOCS)
INSTALL_TARGET= bininstall libinstall config
.else
INSTALL_TARGET= install config
.endif
post-install:
${LN} -sf libhttrack.so.1 ${PREFIX}/lib/libhttrack.so
.include <bsd.port.mk>