2001-04-18 17:32:59 +02:00
|
|
|
# New ports collection makefile for: tits
|
|
|
|
# Date created: 9 February 2001
|
|
|
|
# Whom: Steve Woodford <scw@netbsd.hut.fi>
|
|
|
|
#
|
|
|
|
# $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
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= A server which provides telnet(1) access to one or more tty ports
|
2001-04-18 17:32:59 +02:00
|
|
|
|
2002-10-25 04:24:33 +02:00
|
|
|
MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
|
2001-04-18 17:32:59 +02:00
|
|
|
|
2007-04-09 17:43:28 +02:00
|
|
|
USE_RC_SUBR= tits
|
|
|
|
|
2001-04-18 17:32:59 +02:00
|
|
|
MAN8= tits.8
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
|
|
|
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:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/tits.conf ${PREFIX}/etc/tits.conf.default
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|