freebsd-ports/comms/tits/Makefile
Maxim Sobolev 700291efee Add tits 1.0.2, a server which provides telnet(1) access to one or
more tty ports.

Obtained from:	NetBSD
2001-04-18 15:32:59 +00:00

30 lines
655 B
Makefile

# New ports collection makefile for: tits
# Date created: 9 February 2001
# Whom: Steve Woodford <scw@netbsd.hut.fi>
#
# $FreeBSD$
#
PORTNAME= tits
PORTVERSION= 1.0.2
CATEGORIES= comms
MASTER_SITES= http://www.wee-eck.demon.co.uk/tits/
MAINTAINER= ports@FreeBSD.org
BINDIR= ${PREFIX}/sbin
MANDIR= ${PREFIX}/man/man
MAKE_ENV= BINDIR=${BINDIR} MANDIR=${MANDIR}
MAN8= tits.8
MANCOMPRESSED= yes
post-patch:
${MV} ${WRKSRC}/tits.8 ${WRKSRC}/tits.8.in
${SED} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/tits.8.in > ${WRKSRC}/tits.8
post-install:
${INSTALL_DATA} ${WRKSRC}/tits.conf ${PREFIX}/etc/tits.conf.default
.include <bsd.port.mk>