pkgsrc/www/ap-layout/Makefile
grant 2a4a8629bc Initial import of mod_layout package.
From DESCR:

Mod_Layout creates a framework for doing design. Whether you need a
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.
2002-02-25 02:55:22 +00:00

30 lines
892 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2002/02/25 02:55:22 grant Exp $
#
DISTNAME= mod_layout-3.0.4
PKGNAME= ap-layout-3.0.4
CATEGORIES= www
MASTER_SITES= ftp://ftp.tangent.org/pub/apache/ \
http://software.tangent.org/download/
MAINTAINER= grant@netbsd.org
HOMEPAGE= http://software.tangent.org/
COMMENT= Apache module to wrap static or dynamic content
DEPENDS+= apache{,6}-1.3.*:../../www/apache
# For "apxs":
BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5
LAYOUT_DIR= ${PREFIX}/share/httpd/htdocs/manual/mod/mod_layout
do-build:
@cd ${WRKSRC} && ${PREFIX}/sbin/apxs -c -o mod_layout.so *.c
do-install:
@cd ${WRKSRC} && ${PREFIX}/sbin/apxs -i mod_layout.so
${INSTALL_DATA_DIR} ${LAYOUT_DIR}
${INSTALL_DATA} ${WRKSRC}/faq.html ${LAYOUT_DIR}
${INSTALL_DATA_DIR} ${LAYOUT_DIR}/directives
cd ${WRKSRC}/directives; ${PAX} -rw . ${LAYOUT_DIR}/directives
.include "../../mk/bsd.pkg.mk"