27 lines
740 B
Makefile
27 lines
740 B
Makefile
# $NetBSD: Makefile,v 1.8 2004/06/23 01:10:04 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= netbsd-www-1.0
|
|
CATEGORIES= meta-pkgs
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= grant@NetBSD.org
|
|
COMMENT= Packages required to build the NetBSD.org web site
|
|
|
|
DEPENDS+= docbook-website>=2.3nb3:../../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+= {perl-[0-9]*,perl-thread-[0-9]*,perl58-[0-9]*}:../../lang/perl5
|
|
|
|
EXTRACT_ONLY= # defined
|
|
NO_CHECKSUM= # defined
|
|
NO_CONFIGURE= # defined
|
|
NO_BUILD= # defined
|
|
NO_MTREE= # defined
|
|
|
|
do-install: # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|