openbsd-ports/www/mod_layout/Makefile
sthen 3d9f13534b bump PKGNAMEs, the httpd abi changed, resulting in segfaults after
updating httpd until newly-built packages are installed.

ok espie@
2010-02-26 14:45:02 +00:00

35 lines
841 B
Makefile

# $OpenBSD: Makefile,v 1.10 2010/02/26 14:45:03 sthen Exp $
COMMENT= Apache module for implementing a framework for doing design
DISTNAME= mod_layout-3.4
PKGNAME= ${DISTNAME}p1
CATEGORIES= www
HOMEPAGE= http://tangent.org/
MASTER_SITES= http://download.tangent.org/
MODULES+= apache-module
# Apache Software License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODAPACHE_NAME= layout
NO_REGRESS= Yes
post-build:
@${MODAPACHE_CREATE_ENABLE_SCRIPT}
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mod_layout
${INSTALL_DATA} ${WRKSRC}/faq.html ${PREFIX}/share/doc/mod_layout
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mod_layout/directives
${INSTALL_DATA} ${WRKSRC}/directives/* \
${PREFIX}/share/doc/mod_layout/directives
${MODAPACHE_INSTALL}
.include <bsd.port.mk>