1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/comms/wy60/Makefile

19 lines
321 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= wy60
PORTVERSION= 2.0.9
CATEGORIES= comms
MASTER_SITES= GOOGLE_CODE
MAINTAINER= naddy@FreeBSD.org
2003-02-21 12:52:52 +00:00
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>