diff options
author | asami <asami@FreeBSD.org> | 1995-04-13 04:32:12 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-13 04:32:12 +0800 |
commit | 8b4236cf7ebe88317356fa74570fea802de1bd0e (patch) | |
tree | 7e4bc01a5237a086344bcf19181b850324b0cc72 /x11/x3270 | |
parent | 4b66b1425f949394009f8068fe492c88c8864a2e (diff) | |
download | freebsd-ports-gnome-8b4236cf7ebe88317356fa74570fea802de1bd0e.tar.gz freebsd-ports-gnome-8b4236cf7ebe88317356fa74570fea802de1bd0e.tar.zst freebsd-ports-gnome-8b4236cf7ebe88317356fa74570fea802de1bd0e.zip |
And now the rest of the x11 ports Makefiles.
Diffstat (limited to 'x11/x3270')
-rw-r--r-- | x11/x3270/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile index 620a4beabf85..e71b557f894e 100644 --- a/x11/x3270/Makefile +++ b/x11/x3270/Makefile @@ -3,11 +3,14 @@ # Date created: 31 January 1995 # Whom: janek # +# $Id$ +# DISTNAME= x3270-3.0.3 +CATEGORIES+= x11 emulation +MASTER_SITES= ftp://ftp.icm.edu.pl/pub/X11/contrib/applications/x3270/ DISTFILES= x3270-3.0.3.4.tar.gz + USE_IMAKE= yes -MASTER_SITES= ftp://ftp.icm.edu.pl/pub/X11/contrib/applications/x3270/ -CATEGORIES+= x11 emulation .include <bsd.port.mk> |