head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


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

1.1
date	2011.04.27.11.23.33;	author bapt;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switch exporter over
@
text
@# $FreeBSD: head/www/httpsqs/files/Makefile 300897 2012-07-14 14:29:18Z beat $
# Makefile for httpsqs (pmake)

tokyocabinet_CFLAGS!=	pkg-config --cflags tokyocabinet
libevent_CFLAGS!=	pkg-config --cflags libevent
tokyocabinet_LIBS!=	pkg-config --libs tokyocabinet
libevent_LIBS!=	pkg-config --libs libevent
CFLAGS+=	${tokyocabinet_CFLAGS} ${libevent_CFLAGS}
LIBS+=	${tokyocabinet_LIBS} ${libevent_LIBS}

all: httpsqs

httpsqs: httpsqs.o prename.o
	${CC} ${LDFLAGS} ${LIBS} -o ${.TARGET} ${.ALLSRC}
httpsqs.o: httpsqs.c
prename.o: prename.c

install: httpsqs
@


1.1
log
@HTTPSQS is a Simple Queue Service based on HTTP GET/POST protocol. It can
handle more than 10000 requests/sec concurrent connections. Currently it's
widely deployed throughout the xoyo.com under the Kingsoft Corporation.

WWW:	https://code.google.com/p/httpsqs/

PR:		ports/156595
Submitted by:	Zhihao Yuan <lichray at gmail.com>
@
text
@d1 1
a1 1
# $FreeBSD$
@

