openbsd-ports/www/mod_text2html/Makefile
merdely ba8add3ebb Remove surrounding quotes from
COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE

Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here
(ok naddy@)
2007-09-15 20:38:20 +00:00

35 lines
750 B
Makefile

# $OpenBSD: Makefile,v 1.7 2007/09/15 20:38:22 merdely Exp $
COMMENT= Apache module designed to replace text/plain handler
DISTNAME= mod_text2html-1.0
PKGNAME= ${DISTNAME}p2
CATEGORIES= www
HOMEPAGE= http://software.tangent.org/projects.pl?view=mod_text2html
MASTER_SITES= http://software.tangent.org/download/ \
ftp://ftp.tangent.org/pub/apache/
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>