mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
cf118ccf87
Reported by: lwhsu
23 lines
400 B
Makefile
23 lines
400 B
Makefile
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>
|