24 lines
458 B
Makefile
24 lines
458 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: pen
|
|
# Date created: Nov 13, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pen
|
|
PORTVERSION= 0.9.5
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://siag.nu/pub/pen/ \
|
|
http://siag.nu/pub/pen/
|
|
|
|
MAINTAINER= d.marks@student.umist.ac.uk
|
|
COMMENT= A load balancer for "simple" tcp based protocols
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-daemon
|
|
|
|
MAN1= mergelogs.1 pen.1 penctl.1 penlog.1 penlogd.1
|
|
|
|
.include <bsd.port.mk>
|