aboutsummaryrefslogtreecommitdiffstats
path: root/www/phpsysinfo-dev/Makefile
blob: 8253bd557c3db6ed175f7dd122ac2253965b39db (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
# New ports collection makefile for:    phpSysInfo
# Date created:             Mon Mar 04, 2002
# Whom:                 Bob Bomar <bob@fly.homeunix.org>
#
# $FreeBSD$

PORTNAME=   phpSysInfo
DISTVERSION=    3.0-RC3
CATEGORIES= www
MASTER_SITES=   SF

MAINTAINER= jadawin@tuxaco.net
COMMENT=    A php script that displays info about the host being accessed

USE_PHP=    pcre xml
WANT_PHP_WEB=   yes

WRKSRC=     ${WRKDIR}/${PORTNAME:L}
NO_BUILD=   yes
PLIST=      ${WRKDIR}/plist

post-patch:
    ${RM} -f ${PLIST}
    cd ${WRKSRC};\
    ${FIND} . ! -type d | ${SORT} | ${SED} "s|^\.|${WWWDIR_REL}|"\
        >${PLIST};\
    ${FIND} . -type d | ${SORT} -r | ${SED} "s|^\.|@dirrm ${WWWDIR_REL}|"\
        >>${PLIST}

do-install:
    ${MKDIR} ${WWWDIR}
    cd ${WRKSRC}; ${FIND} . \
        | ${CPIO} -pdm -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
    ${CHMOD} -R ${BINMODE} ${WWWDIR}
    ${FIND} ${WWWDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE}

.include <bsd.port.mk>