blob: 4497e5694746f9a623e434d4c538dc3342db7468 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: wy60
# Date created: 2002-06-12
# Whom: Christian Weisgerber <naddy@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= wy60
PORTVERSION= 2.0.8
CATEGORIES= comms
# MASTER_SITES= http://gutschke.com/wy60/html/archive/
# issues a temporary redirect to insert a session ID into the URL
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= naddy
MAINTAINER= naddy@FreeBSD.org
COMMENT= Curses-based emulator for the Wyse 60 terminal
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
MAN1= wy60.1
pre-build:
@${CP} ${WRKSRC}/wy60.rc ${WRKSRC}/wy60.rc.sample
.include <bsd.port.mk>
|