25 lines
511 B
Makefile
25 lines
511 B
Makefile
# $OpenBSD: Makefile,v 1.2 2002/05/11 00:31:23 espie Exp $
|
|
|
|
COMMENT= "load balancer for simple TCP-based protocols"
|
|
|
|
VERSION= 0.6.2
|
|
DISTNAME= pen-${VERSION}
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.525
|
|
HOMEPAGE= http://siag.nu/pen/
|
|
|
|
MASTER_SITES= http://siag.nu/pub/pen/ \
|
|
http://mirror.csoft.org/pen/
|
|
|
|
MAINTAINER= Patroklos Argyroudis <argp@ieee.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|