openbsd-ports/net/pen/Makefile
2013-03-11 11:35:43 +00:00

24 lines
454 B
Makefile

# $OpenBSD: Makefile,v 1.15 2013/03/11 11:35:54 espie Exp $
COMMENT= load balancer for simple TCP-based protocols
DISTNAME= pen-0.18.0
CATEGORIES= net
HOMEPAGE= http://siag.nu/pen/
MASTER_SITES= http://siag.nu/pub/pen/
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc/pen
USE_GROFF = Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pen
.include <bsd.port.mk>