9c8b5ede43
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
30 lines
794 B
Makefile
30 lines
794 B
Makefile
# $NetBSD: Makefile,v 1.14 2006/03/04 21:30:09 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= netbsd-doc-1.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= meta-pkgs
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Meta-package including all packages to convert SGML->HTML
|
|
|
|
DEPENDS+= opensp>=1.4:../../textproc/opensp
|
|
DEPENDS+= jade>=1.2.1nb3:../../textproc/jade
|
|
DEPENDS+= docbook>=4.0:../../textproc/docbook
|
|
DEPENDS+= iso8879>=1986:../../textproc/iso8879
|
|
DEPENDS+= iso12083>=1993:../../textproc/iso12083
|
|
DEPENDS+= dsssl-docbook-modular>=1.54:../../textproc/dsssl-docbook-modular
|
|
DEPENDS+= html>=4.0:../../textproc/html
|
|
DEPENDS+= tidy>=20031002:../../www/tidy
|
|
|
|
EXTRACT_ONLY= # empty
|
|
NO_CHECKSUM= yes
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
NO_MTREE= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|