25 lines
513 B
Makefile
25 lines
513 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2002/04/29 03:18:20 wcobb 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@bsd.gr>
|
||
|
|
||
|
# GPL
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
|
||
|
CONFIGURE_STYLE= gnu
|
||
|
|
||
|
.include <bsd.port.mk>
|