blob: c82d3cfd96ed7388188617c891e303d1f4346578 (
plain)
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
27
28
|
# New ports collection makefile for: tits
# Date created: 9 February 2001
# Whom: Steve Woodford <scw@netbsd.hut.fi>
#
# $FreeBSD$
#
PORTNAME= tits
PORTVERSION= 1.0.3
CATEGORIES= comms
MASTER_SITES= http://www.mctavish.co.uk/tits/
MAINTAINER= mich@freebsdcluster.org
COMMENT= A server which provides telnet(1) access to one or more tty ports
USE_REINPLACE= yes
MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
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>
|