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 13:52:52 +01: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>