mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
36 lines
812 B
Makefile
36 lines
812 B
Makefile
# New ports collection makefile for: libwww
|
|
# Date created: 18 Feb 1996
|
|
# Whom: torstenb
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libwww
|
|
PORTVERSION= 5.4.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= www devel
|
|
MASTER_SITES= http://www.w3.org/Library/Distribution/
|
|
DISTNAME= w3c-${PORTNAME}-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= marius@nuenneri.ch
|
|
COMMENT= The W3C Reference Library
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ARGS= --enable-shared --enable-static --with-zlib --with-ssl=${OPENSSLBASE}
|
|
USE_PERL5_BUILD=yes
|
|
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 \
|
|
${PREFIX}/include/w3c-libwww/
|
|
|
|
.include <bsd.port.mk>
|