head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.05.57.29;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.07.18.14.21.51;	author mm;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switch exporter over
@
text
@# New ports collection makefile for:	curl-hiphop
# Date created:		16 July 2012
# Whom:			Martin Matuska <mm@@FreeBSd.org>
#
# $FreeBSD: head/ftp/curl-hiphop/Makefile 301099 2012-07-18 14:21:51Z mm $
#

PKGNAMESUFFIX=	-hiphop

MAINTAINER=	mm@@FreeBSD.org
COMMENT=	Static libcurl with custom patches for HipHop

BUILDING_HIPHOP=	yes

HIPHOP_DIR=	share/hiphop-php
EXTRA_PATCHES=	${.CURDIR}/files/extra-patch-hiphop
GNU_CONFIGURE_PREFIX=	${PREFIX}/${HIPHOP_DIR}/ext
CONFIGURE_ARGS+=	--disable-shared --enable-static
PLIST_SUB+=	HIPHOP_DIR="${HIPHOP_DIR}"
LATEST_LINK=	curl-hiphop
PLIST=		${.CURDIR}/pkg-plist
DESCR=		${.CURDIR}/pkg-descr

MASTERDIR=	${.CURDIR}/../curl

do-install:
.for dir in include lib
	@@cd ${WRKSRC}/${dir} && \
		${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} \
		${MAKE_ARGS} ${INSTALL_TARGET}
.endfor

.include "${MASTERDIR}/Makefile"
@


1.1
log
@SVN rev 301099 on 2012-07-18 14:21:51Z by mm

This is a static version of the libcurl library for use with lang/hiphop-php

WWW: https://github.com/facebook/hiphop-php/wiki/
@
text
@d5 1
a5 1
# $FreeBSD$
@

