blob: 413f90af0b6e5e130a2bfe5dcd27319d43b45d73 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: x3270
# Version required: 3.0.3.7
# Date created: 31 January 1995
# Whom: janek
#
# $Id: Makefile,v 1.6 1995/04/12 20:31:48 asami Exp $
#
DISTNAME= x3270-3.0.3.7
CATEGORIES+= x11 emulation
MASTER_SITES= ftp://ftp.icm.edu.pl/pub/X11/contrib/applications/x3270/ \
ftp://ftp.x.org/contrib/applications/x3270/
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/x3270-3.0.3
.include <bsd.port.mk>
|