openbsd-ports/net/pen/Makefile

30 lines
593 B
Makefile
Raw Normal View History

2010-11-19 17:31:32 -05:00
# $OpenBSD: Makefile,v 1.13 2010/11/19 22:31:37 espie Exp $
COMMENT= load balancer for simple TCP-based protocols
DISTNAME= pen-0.15.0
REVISION= 0
CATEGORIES= net
HOMEPAGE= http://siag.nu/pen/
MASTER_SITES= http://siag.nu/pub/pen/
2002-05-10 20:31:22 -04:00
MAINTAINER= Patroklos Argyroudis <argp@ieee.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-15 19:31:20 -05:00
WANTLIB= c
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc/pen
2010-11-19 17:31:32 -05:00
USE_GROFF = Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pen
.include <bsd.port.mk>