1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/mail/whoson/Makefile
Doug Barton 9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00

38 lines
734 B
Makefile

# New ports collection makefile for: whoson
# Date created: 14 May 2006
# Whom: Sergey Matveychuk <sem@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= whoson
PORTVERSION= 2.05
CATEGORIES= mail
MASTER_SITES= SF
MAINTAINER= sem@FreeBSD.org
COMMENT= Implementation of `WHO iS ONline' protocol
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-config=${PREFIX}/etc/whoson.conf
USE_LDCONFIG= yes
USE_RC_SUBR= whoson
MAN3= whoson.3 wso_login.3 wso_logout.3 wso_query.3 wso_version.3
MAN5= whoson.conf.5
MAN8= whoson.8 whosond.8
PORTDOCS= README ChangeLog
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>