openbsd-ports/lang/php/5.3/Makefile
ajacoutot 52c20b12d7 Put the ln(1) and rm(1) commands on one line so that lazy people like me
can just copy/paste it.

ok robert (maintainer)
2012-06-17 06:49:07 +00:00

35 lines
778 B
Makefile

# $OpenBSD: Makefile,v 1.34 2012/06/17 06:49:07 ajacoutot Exp $
BROKEN-hppa = no __sync_bool_compare_and_swap support nor asm fallback
PV= 5.3
V= ${PV}.14
SUHOSIN_PHPV= 5.3.9
SUHOSIN_P_V= 0.9.10
REVISION= 0
INI_TEMPLATES= development production
# fpm
PKGNAME-fpm?= php-fpm-${V}
MULTI_PACKAGES+= -fpm
COMMENT-fpm= stand-alone FPM version of PHP
CONFIGURE_ARGS+= --enable-fpm \
--with-fpm-user=www \
--with-fpm-group=www
LIB_DEPENDS-fpm= ${LIB_DEPENDS-main}
WANTLIB-fpm= ${WANTLIB-main}
RUN_DEPENDS-fpm= ${RUN_DEPENDS-main} \
php-${V}:lang/php/${PV}
# pcntl
PKGNAME-pcntl?= php-pcntl-${V}
MULTI_PACKAGES+= -pcntl
COMMENT-pcntl= PCNTL extensions for php5
CONFIGURE_ARGS+= --enable-pcntl=shared
LIB_DEPENDS-pcntl=
WANTLIB-pcntl=
.include <bsd.port.mk>