openbsd-ports/net/pen/Makefile
merdely 241b722760 Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS
Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)
2007-09-15 22:36:51 +00:00

27 lines
563 B
Makefile

# $OpenBSD: Makefile,v 1.9 2007/09/15 22:36:58 merdely 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>