e366d0c694
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
23 lines
492 B
Makefile
23 lines
492 B
Makefile
# $NetBSD: Makefile,v 1.13 2003/06/02 01:18:19 jschauma Exp $
|
|
#
|
|
|
|
DISTNAME= web-server-1.1
|
|
CATEGORIES= meta-pkgs www
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= tech-pkg@netbsd.org
|
|
COMMENT= provides some useful tools for a web server
|
|
|
|
DEPENDS+= apache-1.3.*:../../www/apache
|
|
DEPENDS+= lynx>=2.8.2:../../www/lynx
|
|
DEPENDS+= glimpse>=4.1:../../textproc/glimpse
|
|
|
|
EXTRACT_ONLY= # empty
|
|
NO_CHECKSUM= yes
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|