freebsd-ports/x11/9term/Makefile

27 lines
653 B
Makefile
Raw Normal View History

# New ports collection makefile for: 9term
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
1999-08-31 04:51:23 +02:00
# $FreeBSD$
#
2000-04-13 21:19:05 +02:00
PORTNAME= 9term
PORTVERSION= 1.6.3
CATEGORIES= x11 plan9
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
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
# needs library and private header, but not during runtime
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/editors/sam:build
NO_WRKSUBDIR= yes
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
.include <bsd.port.mk>