mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
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>
|