2000-02-13 03:25:05 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: Splitvt
|
|
|
|
# Date created: Fri Oct 4, 1996
|
|
|
|
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
|
1996-11-03 08:42:02 +00:00
|
|
|
#
|
1999-08-25 07:23:21 +00:00
|
|
|
# $FreeBSD$
|
1996-11-03 08:42:02 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 08:49:30 +00:00
|
|
|
PORTNAME= splitvt
|
|
|
|
PORTVERSION= 1.6.3
|
1996-11-11 05:50:23 +00:00
|
|
|
CATEGORIES= misc
|
1996-11-18 10:37:03 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= utils/console
|
1996-11-03 08:42:02 +00:00
|
|
|
|
2000-02-13 03:25:05 +00:00
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
1996-11-03 08:42:02 +00:00
|
|
|
|
2000-06-20 01:41:26 +00:00
|
|
|
FORBIDDEN= "Doesn't change permissions on pty, leaving it mode 666. Making it setuid isn't a solution because there's a buffer overflow."
|
|
|
|
|
2000-02-13 03:25:05 +00:00
|
|
|
HAS_CONFIGURE= yes
|
1996-11-03 08:42:02 +00:00
|
|
|
CONFIGURE_SCRIPT= Configure
|
|
|
|
ALL_TARGET=
|
2000-02-13 03:25:05 +00:00
|
|
|
MAN1= splitvt.1
|
1996-11-03 08:42:02 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/splitvt ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/splitvt.1 ${PREFIX}/man/man1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|