blob: 6e52a61b50169054986cbc8189914b1853774460 (
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
|
# New ports collection makefile for: phalcon
# Date created: 6 May 2012
# Whom: Jin-Sih Lin <linpct@gmail.com>
#
# $FreeBSD$
#
PORTNAME= phalcon
PORTVERSION= 0.4.1
CATEGORIES= www
MASTER_SITES= https://github.com/${PORTNAME}/c${PORTNAME}/tarball/${GITVERSION}/
DISTNAME= ${PORTNAME}-c${PORTNAME}-${GITVERSION}
MAINTAINER= linpct@gmail.com
COMMENT= Phalcon PHP Framework written in C-language
GITVERSION= 586965f
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>
|