diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-08-14 04:08:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-08-14 04:08:02 +0000 |
commit | 4a6b440781fce7e5e00b01f8e3b0026aef5b3705 (patch) | |
tree | ec76581865429a55b97c41e17913a7edc69067f0 /x11/9term/Makefile | |
parent | ae8f5d05912d85bd9859a2d59ee74204ba4a85d1 (diff) | |
download | ports-4a6b440781fce7e5e00b01f8e3b0026aef5b3705.tar.gz ports-4a6b440781fce7e5e00b01f8e3b0026aef5b3705.zip |
Notes
Diffstat (limited to 'x11/9term/Makefile')
-rw-r--r-- | x11/9term/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/9term/Makefile b/x11/9term/Makefile new file mode 100644 index 000000000000..357a2f66f507 --- /dev/null +++ b/x11/9term/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: 9term +# Version required: 1.6.3 +# Date created: Sun Aug 13 12:36:14 CDT 1995 +# Whom: erich@rrnet.com +# +# $Id$ +# + +DISTNAME= 9term.1.6.3 +PKGNAME= 9term-1.6.3 +CATEGORIES+= plan9 +MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/ +NO_WRKSUBDIR= yes + +.include <bsd.port.mk> |