2014-03-13 17:33:27 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2014/03/13 17:33:28 sthen Exp $
|
2003-05-29 22:45:38 +00:00
|
|
|
|
2007-09-15 20:38:20 +00:00
|
|
|
COMMENT= Apache module designed to replace text/plain handler
|
2003-05-29 22:45:38 +00:00
|
|
|
|
2014-03-13 17:33:27 +00:00
|
|
|
REVISION= 8
|
2003-05-29 22:45:38 +00:00
|
|
|
DISTNAME= mod_text2html-1.0
|
|
|
|
CATEGORIES= www
|
|
|
|
|
2008-01-30 19:20:33 +00:00
|
|
|
HOMEPAGE= http://tangent.org/
|
|
|
|
MASTER_SITES= http://download.tangent.org/
|
2007-06-26 19:19:45 +00:00
|
|
|
MODULES+= apache-module
|
2003-05-29 22:45:38 +00:00
|
|
|
|
|
|
|
# Apache Software License
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2007-06-26 19:19:45 +00:00
|
|
|
MODAPACHE_NAME= text2html
|
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST= Yes
|
2003-05-29 22:45:38 +00:00
|
|
|
|
|
|
|
do-build:
|
|
|
|
cd ${WRKBUILD} && \
|
2014-03-13 17:33:27 +00:00
|
|
|
${MODAPACHE_APXS} -c -o mod_text2html.so mod_text2html.c
|
2007-06-26 19:19:45 +00:00
|
|
|
@${MODAPACHE_CREATE_ENABLE_SCRIPT}
|
2003-05-29 22:45:38 +00:00
|
|
|
|
|
|
|
do-install:
|
2007-06-26 19:19:45 +00:00
|
|
|
${MODAPACHE_INSTALL}
|
2003-05-29 22:45:38 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|