aboutsummaryrefslogtreecommitdiff
path: root/comms/wy60/Makefile
blob: d37de6aed5153f40370018bfc57466e7546a4475 (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

PORTNAME=	wy60
PORTVERSION=	2.0.9
CATEGORIES=	comms

MAINTAINER=	naddy@FreeBSD.org
COMMENT=	Curses-based emulator for the Wyse 60 terminal

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

USE_GITHUB=	yes
GH_ACCOUNT=	mieko
GH_TAGNAME=	8e082bf

USES=		ncurses
GNU_CONFIGURE=	yes
MAKE_ARGS=	etc_DATA=wy60.rc.sample

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

.include <bsd.port.mk>