simple copyright or ad banner attached to every page, or need to have something more challenging such a custom look and feel for a site that employs an array of technologies (Java Servlets, mod_perl, PHP, CGI's, static HTML, etc...), Mod_Layout creates a framework for such an environment. By allowing you to cache static components and build sites in pieces, it gives you the tools for creating large custom portal sites.
18 lines
462 B
Makefile
18 lines
462 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/01/29 15:25:19 obache Exp $
|
|
|
|
DISTNAME= mod_layout-4.0.2a
|
|
PKGNAME= ${DISTNAME:S/mod_/ap2-/}
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://download.tangent.org/
|
|
|
|
MAINTAINER= obata@lins.jp
|
|
HOMEPAGE= http://tangent.org/
|
|
COMMENT= Apache2 module to wrap served pages with a header and/or footer
|
|
|
|
USE_LIBTOOL= yes
|
|
APACHE_MODULE= yes
|
|
|
|
MAKE_FLAGS+= builddir=${WRKSRC:Q}
|
|
|
|
.include "../../www/apache2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|