aboutsummaryrefslogtreecommitdiffstats
path: root/www/harvest/Makefile
blob: 63f2ea1f90348cb392b9973c5fb2f368c9bcdd22 (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
41
42
43
# New ports collection makefile for:    harvest
# Date created:     Fri Mar  1 19:43:52 MET 1996
# Whom:         Andreas Klemm <andreas@klemm.gtn.com>
#
# $FreeBSD$
#

PORTNAME=   harvest
PORTVERSION=    1.9.14
CATEGORIES= www
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Collect information from all over the Internet

USE_BZIP2=      yes
USE_PERL5=      yes
USE_AUTOTOOLS=  libtool:15
LIBTOOLFILES=   configure src/gatherer/curl/configure
USE_LDCONFIG=   yes
NO_MTREE=       yes
CONFIGURE_ARGS?=    --prefix=${PREFIX}/${PORTNAME} --without-wish

STRIP=      # none

.include <bsd.port.pre.mk>

PREFIX:=    ${PREFIX}/${PORTNAME}

post-patch:
    @${GREP} -lR "<malloc.h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
        's|<malloc\.h>|<stdlib.h>|g'

port-configure:
    @${REINPLACE_CMD} "s!^INSTALL =\(.*\)!INSTALL = ${INSTALL}!" \
            ${WRKSRC}/src/gatherer/curl/lib/Makefile

post-install:
    @(cd ${PREFIX} && ${GREP} -v "@" ${PLIST} | \
        ${XARGS} ${STRIP_CMD} 2> /dev/null || ${TRUE})

.include <bsd.port.post.mk>