freebsd-ports/www/libwww/Makefile
FUJISHIMA Satsuki 0ce440b1ea update to 5.3.2.
PR:		30215
Submitted by:	KUNISHIMA Takeo <kunishi@acm.org>
2001-09-22 20:15:10 +00:00

26 lines
577 B
Makefile

# New ports collection makefile for: libwww
# Date created: 18 Feb 1996
# Whom: torstenb
#
# $FreeBSD$
#
PORTNAME= libwww
PORTVERSION= 5.3.2
CATEGORIES= www devel
MASTER_SITES= http://www.w3.org/Library/Distribution/
DISTNAME= w3c-${PKGNAME}
MAINTAINER= ports@FreeBSD.org
USE_LIBTOOL= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --enable-shared --enable-static --with-zlib
DOCDIR= ${PREFIX}/share/doc/libwww
MAKE_ENV= objformat=${PORTOBJFORMAT}
post-install:
${INSTALL_DATA} ${WRKSRC}/modules/expat/xmlparse/xmlparse.h \
${PREFIX}/include/w3c-libwww/
.include <bsd.port.mk>