freebsd-ports/net/pen/Makefile

36 lines
684 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: pen
# Date created: Nov 13, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= pen
PORTVERSION= 0.12.0
CATEGORIES= net
MASTER_SITES= ftp://siag.nu/pub/pen/ \
http://siag.nu/pub/pen/
MAINTAINER= clement@FreeBSD.org
2003-02-21 14:28:59 +01:00
COMMENT= A load balancer for "simple" tcp based protocols
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-daemon --with-docdir=${DOCSDIR}
.if defined(WITH_FDSETSIZE)
CONFIGURE_ARGS+= --with-fd_setsize=${WITH_FDSETSIZE}
.endif
.if defined(WITH_POLL)
CONFIGURE_ARGS+= --with-poll
.endif
.if defined(NOPORTDOCS)
MAKE_ARGS+= -DNOPORTDOCS
.endif
MAN1= mergelogs.1 pen.1 penctl.1 penlog.1 penlogd.1
.include <bsd.port.mk>