openbsd-ports/www/mod_text2html/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

34 lines
663 B
Makefile

# $OpenBSD: Makefile,v 1.10 2010/02/26 14:45:03 sthen Exp $
COMMENT= Apache module designed to replace text/plain handler
DISTNAME= mod_text2html-1.0
PKGNAME= ${DISTNAME}p5
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= text2html
NO_REGRESS= Yes
APXS= /usr/sbin/apxs
do-build:
cd ${WRKBUILD} && \
${APXS} -c -o mod_text2html.so mod_text2html.c
@${MODAPACHE_CREATE_ENABLE_SCRIPT}
do-install:
${MODAPACHE_INSTALL}
.include <bsd.port.mk>