1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/www/libwww/Makefile
1998-02-22 21:44:58 +00:00

31 lines
706 B
Makefile

# New ports collection makefile for: libwww
# Version required: 5.1i
# Date created: 18 Feb 1996
# Whom: torstenb
#
# $Id: Makefile,v 1.5 1998/02/08 02:24:44 jseger Exp $
#
DISTNAME= w3c-libwww-5.1i
PKGNAME= libwww-5.1i
CATEGORIES= www devel
MASTER_SITES= ftp://ftp.w3.org/pub/libwww/
MAINTAINER= jseger@FreeBSD.org
GNU_CONFIGURE= yes
USE_GMAKE= yes
DOCDIR= ${PREFIX}/share/doc/libwww
post-install:
${INSTALL_DATA} ${WRKSRC}/Library/src/*.h ${PREFIX}/include
@${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>