diff options
Diffstat (limited to 'www/mod_encoding/Makefile')
-rw-r--r-- | www/mod_encoding/Makefile | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/www/mod_encoding/Makefile b/www/mod_encoding/Makefile deleted file mode 100644 index e7bc8e2637f6..000000000000 --- a/www/mod_encoding/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# Created by: edwin@mavetju.org -# $FreeBSD$ - -PORTNAME= mod_encoding -PORTVERSION= 20021209 -PORTREVISION= 5 -CATEGORIES= www -MASTER_SITES= http://webdav.todo.gr.jp/download/ -PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} - -MAINTAINER= apache@FreeBSD.org -COMMENT= Apache module for non-ASCII filename interoperability - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -LICENSE= APACHE11 - -USES= apache:2.2+ iconv gmake -HAS_CONFIGURE= yes - -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --bindir=${PREFIX}/bin \ - --sbindir=${PREFIX}/sbin \ - --libexecdir=${APACHEMODDIR} \ - --sysconfdir=${APACHEETCDIR} \ - --includedir=${APACHEINCLUDEDIR} \ - --with-apxs=${APXS} - -CONFIGURE_ENV= PATH="${PREFIX}/bin:${PREFIX}/sbin:${PATH}" -CPPFLAGS+= -I${APACHEINCLUDEDIR} -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib - -EXTRA_PATCHES= ${PATCHDIR}/apache22_patch - -.if !defined(WITHOUT_ICONV_FIX) -EXTRA_PATCHES+= ${PATCHDIR}/iconv_hook-20040430.patch -.endif - -.if defined(WITH_QUERYSTRING_FIX) -EXTRA_PATCHES+= ${PATCHDIR}/queryfix-patch22 -.endif - -.include <bsd.port.pre.mk> - -.if empty(ICONV_LIB) -CONFIGURE_ENV+= ac_cv_lib_iconv_iconv=no \ - ac_cv_lib_iconv_libiconv=no -.endif - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR} - ${APXS} -S LIBEXECDIR=${STAGEDIR}${PREFIX}/${APACHEMODDIR} \ - -i -n ${MODULENAME} ${WRKSRC}/${MODULENAME}.la - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/${MODULENAME}.so - -.include <bsd.port.post.mk> |