aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_dtcl/Makefile
blob: 0b1b3cab061ef1be738ba2e967b959cd65d137b3 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# New ports collection makefile for:    mod_dtcl
# Date created:             January 9, 1999
# Whom:                 Mikhail Teterin <mi@aldan.algebra.com>
#
# $FreeBSD$
#

PORTNAME=   mod_dtcl
PORTVERSION=    0.8.1.1
CATEGORIES= www tcl83
MASTER_SITES=   http://master.debian.org/~davidw/mod_dtcl/
DISTNAME=   libapache-mod-dtcl_0.8.1-1

MAINTAINER= mi@aldan.algebra.com

BUILD_DEPENDS=  ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
LIB_DEPENDS=    tcl83:${PORTSDIR}/lang/tcl83

WRKSRC=     ${WRKDIR}/mod_dtcl

MAKEFILE=   ${FILESDIR}/Makefile.bsd

MAN1=       testdtcl.1
MANCOMPRESSED=  no

do-install:
    ${INSTALL_DATA} ${WRKSRC}/libmod_dtcl.so.1* \
        ${PREFIX}/libexec/apache/mod_dtcl.so
    ${PREFIX}/sbin/apxs -e -A -n dtcl ${PREFIX}/libexec/apache/mod_dtcl.so
    ${INSTALL_PROGRAM} ${WRKSRC}/testdtcl ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/testdtcl.1 ${PREFIX}/man/man1/
    ${MKDIR} ${PREFIX}/share/mod_dtcl
    ${INSTALL_DATA} ${WRKSRC}/*.tcl ${PREFIX}/share/mod_dtcl
.if !defined(NOPORTDOCS)
    ${MKDIR} ${PREFIX}/share/doc/mod_dtcl
    ${INSTALL_DATA} ${WRKSRC}/*.?tml ${WRKSRC}/*.gif \
        ${PREFIX}/share/doc/mod_dtcl
    ${CAT} ${PKGMESSAGE}
.else
    # Not installing the documentation. Consult the
    #   file:/${WRKSRC}/INSTALL.html
    # for information on how to proceed to enable mod_dtcl.
    # Note, that the dtcl.tcl mentioned there is installed as
    #   ${PREFIX}/share/mod_dtcl/dtcl.tcl
    # but the comment in it suggests it should not be used
    # in a "production environment"...
.endif

.include <bsd.port.mk>