aboutsummaryrefslogtreecommitdiffstats
path: root/comms/tits/Makefile
blob: 78c8e5b5f7965a2ca4154e274f5cd7eacddc9c9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: 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=    Server which provides telnet(1) access to one or more tty ports

LICENSE=    BSD4CLAUSE

USES=       uidfix
USE_RC_SUBR=    tits
MAKE_ENV=   BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man

post-patch:
    ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/tits.8

post-install:
    ${INSTALL_DATA} ${WRKSRC}/tits.conf \
        ${STAGEDIR}${PREFIX}/etc/tits.conf.default

.include <bsd.port.mk>