8607dc5274
- kill pkg-plist (use PORTDOCS and PLIST_FILES)
39 lines
820 B
Makefile
39 lines
820 B
Makefile
\# ex:ts=8
|
|
# New ports collection makefile for: pen
|
|
# Date created: Nov 13, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pen
|
|
PORTVERSION= 0.12.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://siag.nu/pub/pen/ \
|
|
http://siag.nu/pub/pen/
|
|
|
|
MAINTAINER= clement@FreeBSD.org
|
|
COMMENT= A load balancer for "simple" tcp based protocols
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-daemon --with-docdir=${DOCSDIR}
|
|
|
|
PORTDOCS= penstats HOWTO AUTHORS README ChangeLog COPYING
|
|
PLIST_FILES= bin/mergelogs bin/pen bin/penctl bin/penlog \
|
|
bin/penlogd
|
|
|
|
.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>
|