1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/comms/tits/Makefile
Dag-Erling Smørgrav 43b341a6f7 Add rc script. Note that IWBN to have tits keep a pidfile.
Approved by:	maintainer (mich@)
2007-04-09 15:43:28 +00:00

31 lines
657 B
Makefile

# New ports collection makefile for: tits
# Date created: 9 February 2001
# Whom: Steve Woodford <scw@netbsd.hut.fi>
#
# $FreeBSD$
#
PORTNAME= tits
PORTVERSION= 1.1.2
PORTREVISION= 2
CATEGORIES= comms
MASTER_SITES= http://www.mctavish.co.uk/tits/
MAINTAINER= mich@FreeBSD.org
COMMENT= A server which provides telnet(1) access to one or more tty ports
MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
USE_RC_SUBR= tits
MAN8= tits.8
MANCOMPRESSED= yes
post-patch:
${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/tits.8
post-install:
${INSTALL_DATA} ${WRKSRC}/tits.conf ${PREFIX}/etc/tits.conf.default
.include <bsd.port.mk>