1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/www/libwww/Makefile
Justin M. Seger dfef7840ec Unbreak for ELF.
Submitted by:	steve
1998-10-16 03:04:06 +00:00

32 lines
767 B
Makefile

# New ports collection makefile for: libwww
# Version required: 5.1m1
# Date created: 18 Feb 1996
# Whom: torstenb
#
# $Id: Makefile,v 1.11 1998/10/14 23:46:40 jseger Exp $
#
PKGNAME= libwww-5.1m1
DISTNAME= w3c-${PKGNAME}
CATEGORIES= www devel
MASTER_SITES= ftp://ftp.w3.org/pub/libwww/
MAINTAINER= jseger@FreeBSD.org
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --enable-shared --enable-static
DOCDIR= ${PREFIX}/share/doc/libwww
WRKSRC= ${WRKDIR}/w3c-libwww-5.1m
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.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>