blob: f6019882f2289be2a39d5ea52338a2513e13aecb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.1.1.1 2003/04/22 17:17:50 grant Exp $
#
DISTNAME= netbsd-www-1.0
CATEGORIES= meta-pkgs
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= grant@netbsd.org
COMMENT= meta-pkg including all packages to convert DocBook/XML -> HTML
DEPENDS+= docbook-website>=2.3nb3:../../textproc/docbook-website
DEPENDS+= libxslt>=1.0.20:../../textproc/libxslt
EXTRACT_ONLY= # defined
NO_CHECKSUM= # defined
NO_CONFIGURE= # defined
NO_BUILD= # defined
NO_INSTALL= # defined
#do-install: # empty
.include "../../mk/bsd.pkg.mk"
|