freebsd-ports/comms/tits/Makefile

27 lines
591 B
Makefile
Raw Normal View History

# Created by: Steve Woodford <scw@netbsd.hut.fi>
# $FreeBSD$
PORTNAME= tits
2005-10-05 15:55:22 +02:00
PORTVERSION= 1.1.2
PORTREVISION= 2
CATEGORIES= comms
MASTER_SITES= http://www.mctavish.co.uk/tits/
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
2014-02-08 22:38:46 +01:00
LICENSE= BSD4CLAUSE
2014-06-07 23:26:54 +02:00
USES= uidfix
USE_RC_SUBR= tits
2014-06-07 23:26:54 +02:00
MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
post-patch:
${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/tits.8
post-install:
2014-02-08 22:38:46 +01:00
${INSTALL_DATA} ${WRKSRC}/tits.conf \
${STAGEDIR}${PREFIX}/etc/tits.conf.default
.include <bsd.port.mk>