mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
bb4d4e942d
PR: 230255 Submitted by: ndowens@yahoo.com Approved by: maintainer Sponsored by: iXsystems Inc.
34 lines
734 B
Makefile
34 lines
734 B
Makefile
# Created by: Peter Lai <cowbert@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_rivet
|
|
PORTVERSION= 3.0.2
|
|
CATEGORIES= www tcl
|
|
MASTER_SITES= APACHE/tcl/rivet
|
|
DISTNAME= rivet-${PORTVERSION}
|
|
|
|
MAINTAINER= jeff.lawson@flightaware.com
|
|
COMMENT= Embeds a Tcl interpreter in the Apache server
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libitcl.so:lang/itcl
|
|
|
|
USES+= apache:2.2-2.4 gmake \
|
|
libtool tcl:85+,tea
|
|
USE_LDCONFIG= ${PREFIX}/lib/rivet
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
CONFIGURE_ARGS+=--with-apxs=${APXS} \
|
|
--with-rivet-target-dir=${PREFIX}/lib/rivet
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|`$${apxs_found} -q LIBEXECDIR`|${PREFIX}/${APACHEMODDIR}|g' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|