mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
87712d05d4
An Apache module which privides Z39.50 access through WWW. PR: 21414 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
30 lines
777 B
Makefile
30 lines
777 B
Makefile
# 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.0
|
|
CATEGORIES= www
|
|
MASTER_SITES= ftp://ftp.indexdata.dk/pub/yaz/
|
|
DISTNAME= zap-${PORTVERSION}
|
|
|
|
MAINTAINER= dima@Chg.RU
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/yaz-config:${PORTSDIR}/net/yaz \
|
|
${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/yaz-config:${PORTSDIR}/net/yaz \
|
|
${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-yazconfig=${LOCALBASE}/bin \
|
|
--with-apxs=${LOCALBASE}/sbin/apxs
|
|
|
|
post-install:
|
|
@${MKDIR} ${PREFIX}/share/mod_zap
|
|
@${INSTALL_DATA} ${WRKSRC}/htdocs/zap/* ${PREFIX}/share/mod_zap
|
|
|
|
.include <bsd.port.mk>
|