aboutsummaryrefslogtreecommitdiffstats
path: root/comms/wy60/Makefile
blob: 5df3a1125d6731c285b5cf189406fc1570110cf7 (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
# 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

MAN1=       wy60.1

pre-build:
    @${CP} ${WRKSRC}/wy60.rc ${WRKSRC}/wy60.rc.sample

.include <bsd.port.mk>