419d199202
meta-pkgs. This way one can easily track updates.
22 lines
510 B
Makefile
22 lines
510 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/04/26 08:08:28 jmmv 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
|
|
|
|
do-install: # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|