blob: d3e89aabda1db2be9b6b029c8037039d922ff8b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# 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
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= dirk
DISTNAME= httrack-3.20-2
MAINTAINER= dirk@FreeBSD.org
COMMENT= Easy-to-use offline browser utility and website copier
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
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502000
BROKEN= "Does not compile"
.endif
post-install:
${LN} -sf libhttrack.so.1 ${PREFIX}/lib/libhttrack.so
.include <bsd.port.post.mk>
|