freebsd-ports/net/nakenchat/Makefile
Yuri Victorovich a09805730e net/nakenchat: neel@neelc.org took maintainership
PR:		226125
Submitted by:	Neel Chauhan <neel@neelc.org>
Approved by:	tcberner (mentor, implicit)
2018-02-23 03:05:56 +00:00

42 lines
1.2 KiB
Makefile

# Created by: Michael Kohn <mike@mikekohn.net>
# $FreeBSD$
PORTNAME= nakenchat
PORTVERSION= 2.22
CATEGORIES= net
MASTER_SITES= http://downloads.mikekohn.net/nakenchat/
MAINTAINER= neel@neelc.org
COMMENT= Small (under 50k) chat server with many features
LICENSE= GPLv2
HAS_CONFIGURE= yes
USE_RC_SUBR= nakenchat
OPTIONS_DEFINE= NOKEEPALIVE NOUSERCHANLIST DEBUG HIDDENCAVES DOTQ \
FUSERLIST ELITEFILTER
NOKEEPALIVE_DESC= Disable socket keepalive option
NOUSERCHANLIST_DESC= Disable userlist based on channel
HIDDENCAVES_DESC= Enable hidden caves feature
DOTQ_DESC= Compile in .Q option
FUSERLIST_DESC= Support saving current userlist to a file
ELITEFILTER_DESC= Enable the 3li73 filter
NOKEEPALIVE_CONFIGURE_ON= --disable-keepalive
NOUSERCHANLIST_CONFIGURE_ON= --disable-userchanlist
DEBUG_CONFIGURE_ON= --enable-debug
HIDDENCAVES_CONFIGURE_ON= --enable-hidden-caves
DOTQ_CONFIGURE_ON= --enable-dotQ
FUSERLIST_CONFIGURE_ON= --enable-whofile
ELITEFILTER_CONFIGURE_ON= --enable-elite
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/nakenchat \
${STAGEDIR}${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/nakenchat.conf \
${STAGEDIR}${PREFIX}/etc/nakenchat.conf.sample
.include <bsd.port.mk>