1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/www/libwww/Makefile
Ying-Chieh Liao 129c2df17b upgrade to 5.4.0
PR:		40063
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2002-07-01 14:09:31 +00:00

27 lines
560 B
Makefile

# New ports collection makefile for: libwww
# Date created: 18 Feb 1996
# Whom: torstenb
#
# $FreeBSD$
#
PORTNAME= libwww
PORTVERSION= 5.4.0
CATEGORIES= www devel
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
MAKE_ENV= objformat=${PORTOBJFORMAT}
post-install:
${INSTALL_DATA} ${WRKSRC}/modules/expat/xmlparse/xmlparse.h \
${PREFIX}/include/w3c-libwww/
.include <bsd.port.mk>