freebsd-ports/www/tokyopromenade/Makefile
Antoine Brodin 98e2a8df38 Reset maintainer:
<qingfeng@douban.com>: host aspmx.l.google.com[74.125.131.27] said: 550-5.1.1
    The email account that you tried to reach does not exist.

With hat:	portmgr
Reported by:	pkg-fallout
2014-05-08 07:59:13 +00:00

34 lines
846 B
Makefile

# Created by: Qing Feng <qingfeng@douban.com>
# $FreeBSD$
PORTNAME= tokyopromenade
PORTVERSION= 0.9.22
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://fallabs.com/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Content management system
BUILD_DEPENDS= tokyocabinet>=1.4.31:${PORTSDIR}/databases/tokyocabinet \
fcgi-devkit>=0:${PORTSDIR}/www/fcgi
LIB_DEPENDS= libtokyocabinet.so:${PORTSDIR}/databases/tokyocabinet
RUN_DEPENDS= spawn-fcgi>=0:${PORTSDIR}/www/spawn-fcgi
OPTIONS_DEFINE= LUA
CONFIGURE_ARGS= --enable-fcgi
GNU_CONFIGURE= yes
USES= gmake lua
CFLAGS= -Wno-incompatible-pointer-types-discards-qualifiers
SUB_FILES= pkg-message
LUA_CONFIGURE_ENABLE+= lua
LUA_LDFLAGS+= -L${LUA_LIBDIR}
LUA_CFLAGS+= -I${LUA_INCDIR}
post-patch:
${REINPLACE_CMD} -e "s/llua/llua-${LUA_VER}/g" ${WRKSRC}/configure
.include <bsd.port.mk>