Files
Christian Weisgerber 5d55ec5b18 */*: Remove GNU_CONFIGURE_MANPREFIX
After 9fd7ee1cdf remove GNU_CONFIGURE_MANPREFIX from my ports.
2024-04-17 22:30:27 +02:00

25 lines
454 B
Makefile

PORTNAME= wy60
PORTVERSION= 2.0.9
PORTREVISION= 1
CATEGORIES= comms
MAINTAINER= naddy@FreeBSD.org
COMMENT= Curses-based emulator for the Wyse 60 terminal
WWW= https://code.google.com/p/wy60/
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>