summaryrefslogtreecommitdiff
path: root/www/libwww/Makefile
blob: 479902be592fe3c66a73560855e2896fc951d5b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $NetBSD: Makefile,v 1.9 2000/06/21 02:58:23 jlam Exp $
# FreeBSD Id: Makefile,v 1.10 1998/06/14 23:34:59 jseger Exp
#

DISTNAME=		w3c-${PKGNAME}
PKGNAME=		libwww-5.2.8
CATEGORIES=		www devel
MASTER_SITES=		http://www.w3.org/Library/Distribution/

MAINTAINER=		tv@netbsd.org
HOMEPAGE=		http://www.w3.org/Library/

USE_GMAKE=		# defined
USE_LIBTOOL=		# defined
LTCONFIG_OVERRIDE=	${WRKSRC}/config/ltconfig

GNU_CONFIGURE=		# defined
CONFIGURE_ARGS=		--with-zlib --with-regex --without-x

DOCDIR=			${PREFIX}/share/doc/libwww

post-install:
	@${MKDIR} ${DOCDIR}/User
	${CP} -R ${WRKSRC}/Library/User/* ${DOCDIR}/User
	@${MKDIR} ${DOCDIR}/src
	${CP} ${WRKSRC}/Library/src/*.html ${DOCDIR}/src

.include "../../mk/bsd.pkg.mk"