opnsense-ports/comms/tits/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

26 lines
591 B
Makefile

# 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>