freebsd-ports/www/libwww/Makefile

33 lines
760 B
Makefile
Raw Normal View History

# Created by: torstenb
1999-08-31 04:43:35 +02:00
# $FreeBSD$
PORTNAME= libwww
PORTVERSION= 5.4.0
2007-01-31 21:38:41 +01:00
PORTREVISION= 4
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}
EXTRACT_SUFX= .tgz
MAINTAINER= marius@nuenneri.ch
2003-02-20 20:21:36 +01:00
COMMENT= The W3C Reference Library
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --enable-shared --enable-static --with-zlib --with-ssl=${OPENSSLBASE}
USES= perl5
USE_PERL5= build
USE_LDCONFIG= yes
USE_OPENSSL= yes
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
post-install:
${INSTALL_DATA} ${WRKSRC}/modules/expat/xmlparse/xmlparse.h \
2014-01-28 16:27:22 +01:00
${STAGEDIR}${PREFIX}/include/w3c-libwww/
.include <bsd.port.mk>