openbsd-ports/net/pen/Makefile
aanriot dab26207a6 update to 0.15, with many bugfixes.
maintainer timeout, ok naddy@
2005-08-09 18:30:31 +00:00

27 lines
565 B
Makefile

# $OpenBSD: Makefile,v 1.8 2005/08/09 18:30:31 aanriot Exp $
COMMENT= "load balancer for simple TCP-based protocols"
DISTNAME= pen-0.15.0
CATEGORIES= net
HOMEPAGE= http://siag.nu/pen/
MASTER_SITES= http://siag.nu/pub/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
CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc/pen
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pen
.include <bsd.port.mk>