1995-08-14 06:08:02 +02:00
|
|
|
# New ports collection makefile for: 9term
|
2000-05-30 02:00:01 +02:00
|
|
|
# Date created: Sun Aug 13 12:36:14 CDT 1995
|
|
|
|
# Whom: erich@rrnet.com
|
1995-08-14 06:08:02 +02:00
|
|
|
#
|
1999-08-31 04:51:23 +02:00
|
|
|
# $FreeBSD$
|
1995-08-14 06:08:02 +02:00
|
|
|
#
|
|
|
|
|
2000-04-13 21:19:05 +02:00
|
|
|
PORTNAME= 9term
|
2000-05-30 02:00:01 +02:00
|
|
|
PORTVERSION= 1.6.3
|
1999-01-09 04:19:49 +01:00
|
|
|
CATEGORIES= x11 plan9
|
2000-05-30 02:00:01 +02:00
|
|
|
MASTER_SITES= ftp://ftp.cs.usyd.edu.au/matty/unicode/
|
2000-04-13 21:19:05 +02:00
|
|
|
DISTNAME= ${PORTNAME}.${PORTVERSION}
|
1995-10-28 21:35:56 +01:00
|
|
|
|
2000-04-24 00:59:51 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= An X11 program which emulates a plan9 window
|
1995-10-28 21:35:56 +01:00
|
|
|
|
1996-12-08 00:43:56 +01:00
|
|
|
# needs library and private header, but not during runtime
|
2001-06-01 00:22:59 +02:00
|
|
|
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/editors/sam:build
|
1996-12-07 10:05:09 +01:00
|
|
|
|
1995-08-14 06:08:02 +02:00
|
|
|
NO_WRKSUBDIR= yes
|
2000-05-30 02:00:01 +02:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
MAKE_ENV= SAMDIR=${WRKDIRPREFIX}${.CURDIR}/../../editors/sam/work
|
|
|
|
MAN1= 9term.1
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/9term
|
1995-08-14 06:08:02 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|