1996-03-06 10:29:37 +01:00
|
|
|
# New ports collection makefile for: harvest
|
|
|
|
# Date created: Fri Mar 1 19:43:52 MET 1996
|
1996-09-19 05:01:17 +02:00
|
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
1996-03-06 10:29:37 +01:00
|
|
|
#
|
1999-08-31 04:43:35 +02:00
|
|
|
# $FreeBSD$
|
1996-03-06 10:29:37 +01:00
|
|
|
#
|
|
|
|
|
2000-04-10 02:07:29 +02:00
|
|
|
PORTNAME= harvest
|
2003-12-05 22:44:23 +01:00
|
|
|
PORTVERSION= 1.9.14
|
1996-11-18 12:44:27 +01:00
|
|
|
CATEGORIES= www
|
2009-08-22 02:38:34 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20devel/${PORTVERSION}
|
1996-03-06 10:29:37 +01:00
|
|
|
|
2005-10-30 12:14:41 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= Collect information from all over the Internet
|
1996-03-06 10:29:37 +01:00
|
|
|
|
2003-09-16 17:47:34 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_PERL5= yes
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2007-03-23 21:32:10 +01:00
|
|
|
LIBTOOLFILES= configure src/gatherer/curl/configure
|
2006-08-15 03:11:33 +02:00
|
|
|
USE_LDCONFIG= yes
|
2003-09-16 17:47:34 +02:00
|
|
|
NO_MTREE= yes
|
2003-11-20 12:19:13 +01:00
|
|
|
CONFIGURE_ARGS?= --prefix=${PREFIX}/${PORTNAME} --without-wish
|
2002-11-20 14:31:44 +01:00
|
|
|
|
|
|
|
STRIP= # none
|
2002-09-01 18:07:59 +02:00
|
|
|
|
2003-08-02 18:20:20 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2003-09-16 17:47:34 +02:00
|
|
|
PREFIX:= ${PREFIX}/${PORTNAME}
|
|
|
|
|
2002-11-20 14:31:44 +01:00
|
|
|
post-patch:
|
2003-01-01 21:20:48 +01:00
|
|
|
@${GREP} -lR "<malloc.h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
's|<malloc\.h>|<stdlib.h>|g'
|
2002-03-31 05:10:17 +02:00
|
|
|
|
2003-11-20 12:19:13 +01:00
|
|
|
port-configure:
|
2003-08-02 18:20:20 +02:00
|
|
|
@${REINPLACE_CMD} "s!^INSTALL =\(.*\)!INSTALL = ${INSTALL}!" \
|
|
|
|
${WRKSRC}/src/gatherer/curl/lib/Makefile
|
|
|
|
|
2002-11-20 14:31:44 +01:00
|
|
|
post-install:
|
2003-01-01 21:20:48 +01:00
|
|
|
@(cd ${PREFIX} && ${GREP} -v "@" ${PLIST} | \
|
|
|
|
${XARGS} ${STRIP_CMD} 2> /dev/null || ${TRUE})
|
1997-06-12 19:26:33 +02:00
|
|
|
|
2003-08-02 18:20:20 +02:00
|
|
|
.include <bsd.port.post.mk>
|