aboutsummaryrefslogtreecommitdiffstats
path: root/www/repos-style/Makefile
blob: 6f0df1ce1b5d1b0b8e95e6ac45bdb0118ac0e6bb (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
# New ports collection makefile for: repos-style
# Date created:     12 Aug 2009
# Whom:         Alexander Kriventsov
#
# $FreeBSD$
#

PORTNAME=   repos-style
PORTVERSION=    2.0
PORTREVISION=   2
CATEGORIES= www
MASTER_SITES=   ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ \
        http://mirror.amdmi3.ru/distfiles/

MAINTAINER= avk@vl.ru
COMMENT=    Stylesheet for the Subversion index web page

RUN_DEPENDS=    subversion>=0:${PORTSDIR}/devel/subversion

USE_ZIP=    YES
NO_BUILD=   YES

USE_PHP=    xml
WANT_PHP_WEB=   yes

WRKSRC=     ${WRKDIR}/repos-web

SUB_LIST+=  PORTNAME=${PORTNAME}
SUB_FILES+= pkg-message

pre-install:
# Prevent installation of .orig files by deleting them.
    @${FIND} ${WRKSRC} -name '*.orig' -delete
    ${MV} ${WRKSRC}/open/log/index.php ${WRKSRC}/open/log/index.dist.php

do-install:
    @${MKDIR} ${WWWDIR}
    @(cd ${WRKSRC} && ${PAX} -r -w . ${WWWDIR})
    if [ ! -f ${WWWDIR}/open/log/index.php ]; then \
        ${CP} -p ${WWWDIR}/open/log/index.dist.php ${WWWDIR}/open/log/index.php; \
    fi

post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>