openbsd-ports/comms/wy60/Makefile

26 lines
520 B
Makefile

# $OpenBSD: Makefile,v 1.14 2017/08/21 18:36:21 jasper Exp $
COMMENT= curses-based emulator for the Wyse 60 terminal
DISTNAME= wy60-2.0.9
REVISION= 1
CATEGORIES= comms
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= https://distfiles.nl/
WANTLIB= c curses
AUTOCONF_VERSION=2.61
CONFIGURE_STYLE=autoconf
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/wy60
${INSTALL_DATA} ${WRKSRC}/wy60.rc ${PREFIX}/share/examples/wy60/
.include <bsd.port.mk>