summaryrefslogtreecommitdiff
path: root/www/php4/Makefile.common
blob: 6c9c2e4d464b58ef087345bbad2a62a488797d49 (plain)
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
# $NetBSD: Makefile.common,v 1.54.4.1 2007/03/07 00:22:53 salo Exp $

DISTNAME?=		php-${PHP_DIST_VERS}
CATEGORIES+=		www php4

.if !defined(PECL_VERSION)
MASTER_SITES?=		http://www.php.net/distributions/ \
			http://php3.de/distributions/ \
			ftp://ftp.php.net/pub/distributions/
EXTRACT_SUFX?=		.tar.bz2
.endif

MAINTAINER?=		jdolecek@NetBSD.org
HOMEPAGE?=		http://www.php.net/

# Version numbering scheme:
#
# PHP_DIST_VERS		version number on the php distfile
# PHP_BASE_VERS		pkgsrc-mangled version number (convert pl -> .)
#
PHP_DIST_VERS=		4.4.6
PHP_BASE_VERS=		${PHP_DIST_VERS}

DISTFILES?=		${PHP_DISTFILE}
PHP_DISTFILE=		${DISTNAME}${EXTRACT_SUFX}

# Location of installed PHP4 loadable modules under ${PREFIX}.
# This is derived from the value of `php-config --extension-dir`.
# The number for the last part of the path represents a specific version
# of the Zend API.
#
PHP_EXTENSION_DIR=	lib/php/20020429
PLIST_SUBST+=		PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR:Q}

PKG_SYSCONFVAR?=	php

.include "../../mk/bsd.prefs.mk"