1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/comms/wy60/Makefile
Christian Weisgerber 57a9dd563f Support staging.
2013-09-28 16:14:27 +00:00

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>