blob: b60bf4510a9968114c44c5864eebf9e9a946e918 (
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
29
30
31
32
|
# $NetBSD: Makefile,v 1.16 2005/09/28 19:16:18 rillig Exp $
#
DISTNAME= netbsd-www-1.4
CATEGORIES= meta-pkgs
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= grant@NetBSD.org
COMMENT= Packages required to build the NetBSD.org web site
# we add an explicit dependency on docbook-xsl here since earlier versions
# generated slightly different html code, leading to a large number of
# unneccessary 'regen' commits
DEPENDS+= docbook-xsl>=1.68.1:../../textproc/docbook-xsl
DEPENDS+= docbook-website>=2.6.0nb1:../../textproc/docbook-website
DEPENDS+= libxslt>=1.0.20:../../textproc/libxslt
DEPENDS+= ImageMagick>=5.5.7.11nb1:../../graphics/ImageMagick
DEPENDS+= xearth>=1.1:../../x11/xearth
DEPENDS+= opensp>=1.1:../../textproc/opensp
DEPENDS+= w3m>=0.4:../../www/w3m
USE_TOOLS+= perl:run
NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
NO_MTREE= yes
do-install:
@${DO_NADA}
.include "../../mk/bsd.pkg.mk"
|