pkgsrc/www/ap-layout/Makefile
grant afdebcf9a4 make ${PAX} usage consistent:
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
2003-04-10 01:28:03 +00:00

27 lines
753 B
Makefile

# $NetBSD: Makefile,v 1.8 2003/04/10 01:28:28 grant Exp $
#
DISTNAME= mod_layout-3.2
PKGNAME= ${DISTNAME:C|mod_|ap-|}
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
USE_BUILDLINK2= YES
APACHE_MODULE_NAME= mod_layout.so
LAYOUT_DIR= ${PREFIX}/share/httpd/htdocs/manual/mod/mod_layout
post-install:
${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 "../../www/apache/module.mk"
.include "../../mk/bsd.pkg.mk"