freebsd-ports/www/libwww/Makefile

28 lines
580 B
Makefile
Raw Normal View History

# New ports collection makefile for: libwww
# Date created: 18 Feb 1996
# Whom: torstenb
#
1999-08-31 04:43:35 +02:00
# $FreeBSD$
#
PORTNAME= libwww
PORTVERSION= 5.4.0
CATEGORIES= www devel
1998-11-02 03:48:28 +01:00
MASTER_SITES= http://www.w3.org/Library/Distribution/
DISTNAME= w3c-${PKGNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
USE_LIBTOOL= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --enable-shared --enable-static --with-zlib
USE_PERL5_BUILD=yes
MAKE_ENV= objformat=${PORTOBJFORMAT}
post-install:
${INSTALL_DATA} ${WRKSRC}/modules/expat/xmlparse/xmlparse.h \
${PREFIX}/include/w3c-libwww/
.include <bsd.port.mk>