mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
19 lines
336 B
Makefile
19 lines
336 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= wy60
|
|
PORTVERSION= 2.0.9
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
|
COMMENT= Curses-based emulator for the Wyse 60 terminal
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAKE_ARGS= etc_DATA=wy60.rc.sample
|
|
|
|
pre-build:
|
|
@${CP} ${WRKSRC}/wy60.rc ${WRKSRC}/wy60.rc.sample
|
|
|
|
.include <bsd.port.mk>
|