mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
31 lines
742 B
Makefile
31 lines
742 B
Makefile
# New ports collection makefile for: libwww
|
|
# Version required: 5.2.6
|
|
# Date created: 18 Feb 1996
|
|
# Whom: torstenb
|
|
#
|
|
# $Id: Makefile,v 1.15 1999/01/26 04:00:51 steve Exp $
|
|
#
|
|
|
|
PKGNAME= libwww-5.2.6
|
|
DISTNAME= w3c-${PKGNAME}
|
|
CATEGORIES= www devel
|
|
MASTER_SITES= http://www.w3.org/Library/Distribution/
|
|
|
|
MAINTAINER= jseger@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ARGS= --enable-shared --enable-static
|
|
DOCDIR= ${PREFIX}/share/doc/libwww
|
|
|
|
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>
|