freebsd-ports/comms/wy60/Makefile
Christian Weisgerber 57a9dd563f Support staging.
2013-09-28 16:14:27 +00:00

18 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>