16fafce74e
A load balancer for "simple" tcp based protocols
23 lines
361 B
Makefile
23 lines
361 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: pen
|
|
# Date created: Nov 13, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pen
|
|
PORTVERSION= 0.5.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://siag.nu/pub/pen/ \
|
|
http://siag.nu/pub/pen/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-daemon
|
|
|
|
MAN1= mergelogs.1 pen.1
|
|
|
|
.include <bsd.port.mk>
|