1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/comms/wy60/Makefile
Christian Weisgerber f8c512f86b * Replace the canonical upstream with a random copy found on GitHub,
as decreed by the powers that be.  No differences in the extracted
  source.
* Add LICENSE while here.
2016-09-29 19:34:00 +00:00

24 lines
404 B
Makefile

# $FreeBSD$
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_TUPLE= mieko:wy60: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>