aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_frontpage2-rtr/Makefile
blob: 72927aea8a7ccbe0b58fb6b36217fa4505fc850e (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# New ports collection makefile for:    Microsoft FrontPage Extensions
# Date created:         Tue Feb  4 13:59:20 CST 2003
# Whom:                 hetzels@westbend.net
#
# $FreeBSD$
#

PORTNAME=   mod_frontpage
PORTVERSION=    5.0.2.4803
CATEGORIES= www
MASTER_SITES=   # Requries manual fetch of files from http://www.rtr.com/
PKGNAMESUFFIX=  ${AP_VERSION:S/+//}
DISTFILES=  ${FRONTPAGE}

MAINTAINER= swhetzel@gmail.com
COMMENT=    Microsoft mod_frontpage (by RTR) for Apache ${FP_AP_VER}

RUN_DEPENDS=    ${LOCALBASE}/${FP_SETPERM}:${PORTSDIR}/www/frontpage

PATCH_WRKSRC=   ${WRKDIR}

EXTRACT_FILES=  ${FP_DIR}/apache-fp/mod_frontpage.c \
        ${FP_DIR}/apache2/mod_fpcgid.c \
        ${FP_DIR}/apache2/mod_fpcgid.h \
        ${FP_DIR}/apache2/mod_frontpage.c \
        ${FP_DIR}/apache2/mod_frontpage.h \
        ${FP_DIR}/apache2/mod_suexec.h

USE_APACHE?=    20+
AP_FAST_BUILD=  yes
AP_GENPLIST=    yes

AP_EXTRAS=  -Wc,-DFREEBSD

FP_SETPERM= ${FP_DIR}/set_default_perms.sh

.ifdef WITH_MODFP_COMPAT
AP_EXTRAS+= -DIMPROVED_MODFP_COMPAT
.endif
.ifdef WITH_MODFP_DISABLED
AP_EXTRAS+= -DDEFAULT_TO_OFF
.endif

.include <bsd.port.pre.mk>
.include "${.CURDIR}/../frontpage/Makefile.fp.common"

.if ${APACHE_VERSION} >= 20
FP_AP_VER=  2.0
WRKSRC=     ${WRKDIR}/${FP_DIR}/apache2
SRC_FILE=   mod_frontpage.c mod_fpcgid.c
.else
FP_AP_VER=  1.3
WRKSRC=     ${WRKDIR}/${FP_DIR}/apache-fp
PKGMESSAGE= ${MASTERDIR}/pkg-message13
.endif

do-extract:
    @${RM} -rf ${WRKDIR}
    @${MKDIR} ${WRKDIR}
    @if ! (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
        ${_DISTDIR}/${FRONTPAGE} ${EXTRACT_AFTER_ARGS} ${EXTRACT_FILES}); \
    then \
        exit 1; \
    fi

post-install:
.if (${PREFIX} != "/usr/local")
    @${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|'
.else
    @${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|' \
        | ${GREP} -v "ln"
.endif

.include <bsd.port.post.mk>