1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/www/libwww/Makefile

33 lines
807 B
Makefile
Raw Normal View History

# New ports collection makefile for: libwww
1999-03-08 00:15:42 +00:00
# Version required: 5.2.6
# Date created: 18 Feb 1996
# Whom: torstenb
#
# $Id: Makefile,v 1.16 1999/03/08 00:15:40 jseger Exp $
#
1999-03-08 00:15:42 +00:00
PKGNAME= libwww-5.2.6
1998-04-11 03:20:11 +00:00
DISTNAME= w3c-${PKGNAME}
CATEGORIES= www devel
1998-11-02 02:48:28 +00:00
MASTER_SITES= http://www.w3.org/Library/Distribution/
MAINTAINER= jseger@FreeBSD.org
GNU_CONFIGURE= yes
USE_GMAKE= yes
1998-06-14 23:35:13 +00:00
CONFIGURE_ARGS= --enable-shared --enable-static
DOCDIR= ${PREFIX}/share/doc/libwww
MAKE_ENV= objformat=${PORTOBJFORMAT}
post-install:
${INSTALL_DATA} ${WRKSRC}/modules/expat/xmlparse/xmlparse.h \
${PREFIX}/include/w3c-libwww/
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCDIR}/User
${CP} -R ${WRKSRC}/Library/User/* ${DOCDIR}/User
@${MKDIR} ${DOCDIR}/src
${CP} ${WRKSRC}/Library/src/*.html ${DOCDIR}/src
.endif
.include <bsd.port.mk>