2003-09-07 02:14:04 +02:00
|
|
|
# New ports collection makefile for: detachtty
|
|
|
|
# Date created: 25 March 2003
|
|
|
|
# Whom: johs
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= detachtty
|
2003-11-21 04:54:13 +01:00
|
|
|
PORTVERSION= 8
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2003-09-07 02:14:04 +02:00
|
|
|
CATEGORIES= misc
|
2003-11-21 04:54:13 +01:00
|
|
|
MASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/detachtty/
|
2003-09-07 02:14:04 +02:00
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= johs@copyleft.no
|
|
|
|
COMMENT= Run interactive programs non-interactively
|
|
|
|
|
2003-11-21 04:54:13 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2003-09-07 02:14:04 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
MAN1= detachtty.1
|
|
|
|
MLINKS= detachtty.1 attachtty.1
|
|
|
|
MANCOMPRESSED= no
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NO_INSTALL_MANPAGES)
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/detachtty.1 ${MANPREFIX}/man/man1
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|