diff options
author | grant <grant@pkgsrc.org> | 2003-04-22 17:17:49 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-04-22 17:17:49 +0000 |
commit | c2b1b811e191701d5a86b0e797c8dac914c7d388 (patch) | |
tree | b4442823a6472b61121fc9f89d8c18066230cb68 /meta-pkgs | |
parent | 44d0d5920422233854171a35774f6366682b9508 (diff) | |
download | pkgsrc-c2b1b811e191701d5a86b0e797c8dac914c7d388.tar.gz |
Initial import of netbsd-www into the NetBSD packages collection.
Meta-package that includes all packages needed for converting
DocBook/XML to HTML, primarily used for the NetBSD web site.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/netbsd-www/DESCR | 2 | ||||
-rw-r--r-- | meta-pkgs/netbsd-www/Makefile | 23 | ||||
-rw-r--r-- | meta-pkgs/netbsd-www/PLIST | 1 |
3 files changed, 26 insertions, 0 deletions
diff --git a/meta-pkgs/netbsd-www/DESCR b/meta-pkgs/netbsd-www/DESCR new file mode 100644 index 00000000000..75afca20a74 --- /dev/null +++ b/meta-pkgs/netbsd-www/DESCR @@ -0,0 +1,2 @@ +Meta-package that includes all packages needed for converting +DocBook/XML to HTML, primarily used for the NetBSD web site. diff --git a/meta-pkgs/netbsd-www/Makefile b/meta-pkgs/netbsd-www/Makefile new file mode 100644 index 00000000000..f6019882f22 --- /dev/null +++ b/meta-pkgs/netbsd-www/Makefile @@ -0,0 +1,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" diff --git a/meta-pkgs/netbsd-www/PLIST b/meta-pkgs/netbsd-www/PLIST new file mode 100644 index 00000000000..e8650bb4c39 --- /dev/null +++ b/meta-pkgs/netbsd-www/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/22 17:17:50 grant Exp $ |