openbsd-ports/net/pen/Makefile
2004-12-16 00:31:20 +00:00

25 lines
502 B
Makefile

# $OpenBSD: Makefile,v 1.7 2004/12/16 00:31:24 alek Exp $
COMMENT= "load balancer for simple TCP-based protocols"
VERSION= 0.10.1
DISTNAME= pen-${VERSION}
CATEGORIES= net
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
WANTLIB= c
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>