freebsd-ports/www/mod_rivet/Makefile
Thomas Zander ec21755531 Update to upstream version 2.3.4; pet portlint
PR:		221788
Submitted by:	jeff.lawson@flightaware.com (maintainer)
2017-08-27 10:44:40 +00:00

33 lines
733 B
Makefile

# Created by: Peter Lai <cowbert@gmail.com>
# $FreeBSD$
PORTNAME= mod_rivet
PORTVERSION= 2.3.4
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+= gmake libtool tcl:85+,tea
USE_APACHE= 22-24
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>