blob: 1736d3f6b30abc72419a270fda45eee1afebf780 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# New ports collection makefile for: mod_zap Apache module
# Date created: 20 Sep 2000
# Whom: Dmitry Sivachenko <dima@Chg.RU>
#
# $FreeBSD$
#
PORTNAME= mod_zap
PORTVERSION= 1.4.7
CATEGORIES= www
MASTER_SITES= http://ftp.indexdata.dk/pub/zap/
DISTNAME= zap-${PORTVERSION}
MAINTAINER= demon@FreeBSD.org
COMMENT= An Apache module that provides Z39.50 access through WWW
BUILD_DEPENDS= ${LOCALBASE}/bin/tclsh8.4:${PORTSDIR}/lang/tcl84
LIB_DEPENDS= yaz.2:${PORTSDIR}/net/yaz
RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.4:${PORTSDIR}/lang/tcl84
BROKEN= Incomplete pkg-plist
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=2007-04-10
USE_APACHE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-yazconfig=${LOCALBASE}/bin \
--with-apxs=${APXS} \
--with-tclconfig=${LOCALBASE}/lib/tcl8.4
post-install:
@${MKDIR} ${PREFIX}/share/mod_zap
@${INSTALL_DATA} ${WRKSRC}/htdocs/zap/* ${PREFIX}/share/mod_zap
.include <bsd.port.mk>
|