2013-09-20 18:03:29 +02:00
|
|
|
# Created by: Steve Woodford <scw@netbsd.hut.fi>
|
2001-04-18 17:32:59 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2003-01-02 19:08:15 +01:00
|
|
|
PORTNAME= tits
|
2005-10-05 15:55:22 +02:00
|
|
|
PORTVERSION= 1.1.2
|
2007-04-09 17:43:28 +02:00
|
|
|
PORTREVISION= 2
|
2001-04-18 17:32:59 +02:00
|
|
|
CATEGORIES= comms
|
2003-01-02 19:08:15 +01:00
|
|
|
MASTER_SITES= http://www.mctavish.co.uk/tits/
|
2001-04-18 17:32:59 +02:00
|
|
|
|
2003-05-07 13:37:56 +02:00
|
|
|
MAINTAINER= mich@FreeBSD.org
|
2014-06-07 23:26:54 +02:00
|
|
|
COMMENT= Server which provides telnet(1) access to one or more tty ports
|
2001-04-18 17:32:59 +02:00
|
|
|
|
2014-02-08 22:38:46 +01:00
|
|
|
LICENSE= BSD4CLAUSE
|
|
|
|
|
2014-06-07 23:26:54 +02:00
|
|
|
USES= uidfix
|
2007-04-09 17:43:28 +02:00
|
|
|
USE_RC_SUBR= tits
|
2014-06-07 23:26:54 +02:00
|
|
|
MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
|
2007-04-09 17:43:28 +02:00
|
|
|
|
2001-04-18 17:32:59 +02:00
|
|
|
post-patch:
|
2002-10-25 04:24:33 +02:00
|
|
|
${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/tits.8
|
2001-04-18 17:32:59 +02:00
|
|
|
|
|
|
|
post-install:
|
2014-02-08 22:38:46 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/tits.conf \
|
|
|
|
${STAGEDIR}${PREFIX}/etc/tits.conf.default
|
2001-04-18 17:32:59 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|