mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
28 lines
647 B
Makefile
28 lines
647 B
Makefile
|
# New ports collection makefile for: phalcon
|
||
|
# Date created: 6 May 2012
|
||
|
# Whom: Jin-Sih Lin <linpct@gmail.com>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= phalcon
|
||
|
PORTVERSION= 0.3.5
|
||
|
CATEGORIES= www
|
||
|
MASTER_SITES= https://github.com/${PORTNAME}/c${PORTNAME}/tarball/master/
|
||
|
|
||
|
MAINTAINER= linpct@gmail.com
|
||
|
COMMENT= Phalcon PHP Framework written in C-language
|
||
|
|
||
|
GITVERSION= bb24857
|
||
|
FETCH_ARGS= -pRr
|
||
|
WRKSRC= ${WRKDIR}/${PORTNAME}-c${PORTNAME}-${GITVERSION}/release/
|
||
|
|
||
|
CFLAGS+= -I${LOCALBASE}/include
|
||
|
CONFIGURE_ARGS= --enable-phalcon --prefix=${PREFIX} --with-php-config=${LOCALBASE}/bin/php-config
|
||
|
|
||
|
USE_PHP= yes
|
||
|
USE_PHPEXT= yes
|
||
|
USE_PHPIZE= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|