freebsd-ports/www/monkey/Makefile
Clement Laforet 3cbdb5d1b1 - Update to 0.8.4-2 (just bump PORTREVISION)
This release fixes a critical bug in User directory handling
2004-06-11 08:22:40 +00:00

39 lines
997 B
Makefile

# New ports collection makefile for: monkey
# Date created: Mon Oct 20 2003
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
#
# $FreeBSD$
#
PORTNAME= monkey
PORTVERSION= 0.8.4
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://monkeyd.sourceforge.net/versions/
DISTNAME= ${PORTNAME}-${PORTVERSION}-2
MAINTAINER= clement@FreeBSD.org
COMMENT= A small, powerful, and fast Web server written in C
LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo
USE_GMAKE= yes
ALL_TARGET= default
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--bindir=${PREFIX}/sbin \
--cgibin=${PREFIX}/www/cgi-bin \
--sysconfdir=${PREFIX}/etc/monkey \
--datadir=${PREFIX}/www/data \
--logdir=/var/log \
--lang=en
CONFIGURE_ENV+= EXTRA_CFLAGS="${CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}"
CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-install:
@${INSTALL_SCRIPT} ${FILESDIR}/monkey.sh ${PREFIX}/etc/rc.d/monkey.sh.sample
.include <bsd.port.mk>