pkgsrc/www/ap2-encoding/Makefile
manu e5308eaa3a Import www/ap2-encoding
This module improves non-ascii filename interoperability of apache
(and mod_dav), by supporting various client encoding.

Current license is troublesome because of its clause 4:
> 4. Products derived from this software may not be called "mod_encoding"
>    nor may "mod_encoding" appear in their names without prior written
>    permission of Internet Initiative Japan Inc. For written permission,
>    please contact tai%iij.ad.jp@localhost (Taisuke Yamada).

LICENSE is however left intionnaly blank, as Internet Initiative Japan, Inc.
may revise it in the near future. This is approved by wiz@ and soda@.
2016-08-30 12:34:39 +00:00

27 lines
842 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/08/30 12:34:39 manu Exp $
DISTNAME= mod_encoding-20021209
PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//}
CATEGORIES= www
MASTER_SITES= http://webdav.todo.gr.jp/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://webdav.todo.gr.jp/
COMMENT= Non-ascii filename interoperability
#LICENSE= # Pending change from Internet Initiative Japan, Inc.
PKG_APACHE_ACCEPTED= apache22 apache24
APACHE_MODULE_NAME= ${DISTNAME:C/-.*//}.la
GNU_CONFIGURE= yes
DOC_DIR= share/doc/${DISTNAME:C/-.*//}
INSTALLATION_DIRS+= lib/httpd ${DOC_DIR}
PLIST_SUBST+= DOC_DIR=${DOC_DIR}
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/${DOC_DIR}
${INSTALL_DATA} ${WRKSRC}/README.JP ${DESTDIR}${PREFIX}/${DOC_DIR}
.include "../../mk/apache.module.mk"
.include "../../mk/bsd.pkg.mk"