freebsd-ports/net/pen/Makefile
Ying-Chieh Liao 16fafce74e add pen
A load balancer for "simple" tcp based protocols
2001-11-13 18:52:17 +00:00

22 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>