2010-09-26 17:45:13 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2010/09/26 17:45:14 sebastia 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
|
|
|
|
2010-09-26 17:45:13 +00:00
|
|
|
REVISION= 6
|
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
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2007-06-26 19:19:45 +00:00
|
|
|
MODAPACHE_NAME= text2html
|
|
|
|
|
2003-05-29 22:45:38 +00:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
APXS= /usr/sbin/apxs
|
|
|
|
|
|
|
|
do-build:
|
|
|
|
cd ${WRKBUILD} && \
|
|
|
|
${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>
|