GNU_CONFIGURE= yes
USE_OPENSSL= yes
USR_RC_SUBR= yes
CONFIGURE_ARGS= --with-daemon --with-docdir=${DOCSDIR} \
--with-ssl=${OPENSSLBASE} --with-kqueue
#!/bin/sh
#
# $FreeBSD$
# PROVIDE: pen
# REQUIRE: NETWORKING SERVERS
# BEFORE: DAEMON
# KEYWORD: shutdown
# Add the following line to /etc/rc.conf to enable pen:
# pen_enable="YES"
. %%RC_SUBR%%
name=pen
rcvar=`set_rcvar`
command=%%PREFIX%%/bin/pen
pen_enable=${pen_enable:-"NO"}
pen_flags=${pen_flags:-""}
load_rc_config $name
run_rc_command "$1"