1995-08-14 04:08:02 +00:00
|
|
|
# New ports collection makefile for: 9term
|
|
|
|
# Date created: Sun Aug 13 12:36:14 CDT 1995
|
|
|
|
# Whom: erich@rrnet.com
|
|
|
|
#
|
1999-08-31 02:51:23 +00:00
|
|
|
# $FreeBSD$
|
1995-08-14 04:08:02 +00:00
|
|
|
#
|
|
|
|
|
2000-04-13 19:19:05 +00:00
|
|
|
PORTNAME= 9term
|
|
|
|
PORTVERSION= 1.6.3
|
1999-01-09 03:19:49 +00:00
|
|
|
CATEGORIES= x11 plan9
|
1995-08-14 04:08:02 +00:00
|
|
|
MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/
|
2000-04-13 19:19:05 +00:00
|
|
|
DISTNAME= ${PORTNAME}.${PORTVERSION}
|
1995-10-28 20:35:56 +00:00
|
|
|
|
2000-04-23 22:59:51 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1995-10-28 20:35:56 +00:00
|
|
|
|
1996-12-07 23:43:56 +00:00
|
|
|
# needs library and private header, but not during runtime
|
1999-01-11 03:14:09 +00:00
|
|
|
BUILD_DEPENDS= /nonexistent:${PORTSDIR}/editors/sam:build
|
1996-12-07 09:05:09 +00:00
|
|
|
|
1998-11-28 09:07:24 +00:00
|
|
|
USE_XLIB= yes
|
|
|
|
MAN1= 9term.1
|
|
|
|
MANCOMPRESSED= yes
|
1999-01-18 10:20:27 +00:00
|
|
|
MAKE_ENV= SAMDIR=${WRKDIRPREFIX}${.CURDIR}/../../editors/sam/work
|
1995-08-14 04:08:02 +00:00
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|