2013-09-21 01:36:50 +02:00
|
|
|
# Created by: torstenb
|
1999-08-31 04:43:35 +02:00
|
|
|
# $FreeBSD$
|
1996-03-06 19:50:27 +01:00
|
|
|
|
2000-04-10 02:07:29 +02:00
|
|
|
PORTNAME= libwww
|
2002-07-01 16:09:31 +02:00
|
|
|
PORTVERSION= 5.4.0
|
2007-01-31 21:38:41 +01:00
|
|
|
PORTREVISION= 4
|
1996-11-18 12:44:27 +01:00
|
|
|
CATEGORIES= www devel
|
1998-11-02 03:48:28 +01:00
|
|
|
MASTER_SITES= http://www.w3.org/Library/Distribution/
|
2004-02-04 17:34:54 +01:00
|
|
|
DISTNAME= w3c-${PORTNAME}-${PORTVERSION}
|
2002-07-01 16:09:31 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
1996-03-06 19:50:27 +01:00
|
|
|
|
2009-02-12 19:59:24 +01:00
|
|
|
MAINTAINER= marius@nuenneri.ch
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= The W3C Reference Library
|
1998-02-08 03:24:54 +01:00
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
1997-06-26 18:49:35 +02:00
|
|
|
USE_GMAKE= yes
|
2007-03-10 22:01:48 +01:00
|
|
|
CONFIGURE_ARGS= --enable-shared --enable-static --with-zlib --with-ssl=${OPENSSLBASE}
|
2013-09-02 20:23:34 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= build
|
2006-08-15 03:11:33 +02:00
|
|
|
USE_LDCONFIG= yes
|
2007-03-10 22:01:48 +01:00
|
|
|
USE_OPENSSL= yes
|
2005-06-03 22:18:13 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
|
|
|
${WRKSRC}/configure
|
1997-06-26 18:49:35 +02:00
|
|
|
|
|
|
|
post-install:
|
1999-04-07 00:31:05 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/modules/expat/xmlparse/xmlparse.h \
|
2014-01-28 16:27:22 +01:00
|
|
|
${STAGEDIR}${PREFIX}/include/w3c-libwww/
|
1996-03-06 19:50:27 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|