aboutsummaryrefslogtreecommitdiffstats
path: root/www/abcache/Makefile
blob: bb07161b8ac6075be0a983a313d33671d81896ca (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
# New ports collection makefile for:    abcache
# Date created:         Sat Feb 23 14:27:35 CET 2002
# Whom:                 Alex Dupre <sysadmin@alexdupre.com>
#
# $FreeBSD$
#

PORTNAME=   abcache
PORTVERSION=    0.14
CATEGORIES= www
MASTER_SITES=   http://afterburner.bware.it/download/
EXTRACT_SUFX=   .tgz

MAINTAINER= sysadmin@alexdupre.com
COMMENT=    A tool to cache applications written in PHP

WRKSRC=     ${WRKDIR}/bware_cache-${PORTVERSION}

USE_PHPIZE= yes
WITH_PHP_MOD=   yes

CONFIGURE_ARGS+=--enable-bware_cache=shared

PKGMESSAGE= ${WRKDIR}/pkg-message

.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../lang/php4/bsd.php.mk"

post-build:
    @${SED} "s|%%LOCALBASE%%|${LOCALBASE}|g;s|%%PREFIX%%|${PREFIX}|g;s|%%PHP_EXT_DIR%%|${PHP_EXT_DIR}|g" \
        ${.CURDIR}/pkg-message > ${PKGMESSAGE}

do-install:
    @${MKDIR} ${PREFIX}/lib/php/${PHP_EXT_DIR}
    @${INSTALL_DATA} ${WRKSRC}/modules/bware_cache.so \
        ${PREFIX}/lib/php/${PHP_EXT_DIR}

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

.include <bsd.port.post.mk>
'>+2 * Update to version 3.36jeh2000-10-242-2/+2 * Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1 * Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-162-2/+1 * Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-2/+2 * Update to version 3.33.steve1999-12-243-5/+4 * * Removed outdated master sitesmharo1999-10-272-6/+5 * FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1 * Change Id->FreeBSD.obrien1999-08-251-1/+1 * Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-062-7/+1 * Update to version 3.29.steve1999-03-153-10/+8 * Mark BROKEN for ELF:jseger1998-10-141-1/+4 * The first time I tried committing this set of manpage removals it gothoek1998-08-191-1/+0 * Add a few more `ldconfig -R' I forgot yesterday. Remove duplicatestg1998-05-061-0/+1 * Upgrade to version 2.10.steve1998-05-043-24/+24 * Update to reflect Pedro's new Email address.steve1998-02-211-2/+2 * Updated dist sites.obrien1997-07-211-2/+4 * Upgrade, 1.84 -> 1.92.max1997-04-272-4/+4 * Added second MASTER site.obrien1996-12-121-2/+3 * Mistyping.obrien1996-12-041-1/+1