openbsd-ports/comms/wy60/Makefile

28 lines
613 B
Makefile
Raw Normal View History

2011-11-14 14:33:34 -05:00
# $OpenBSD: Makefile,v 1.10 2011/11/14 19:33:34 naddy Exp $
COMMENT= curses-based emulator for the Wyse 60 terminal
2011-11-14 14:33:34 -05:00
DISTNAME= wy60-2.0.9
CATEGORIES= comms
2011-11-14 14:33:34 -05:00
HOMEPAGE= https://code.google.com/p/wy60/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
2011-11-14 14:33:34 -05:00
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2011-11-14 14:33:34 -05:00
MASTER_SITES= https://wy60.googlecode.com/files/
WANTLIB= c curses
CONFIGURE_STYLE=gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/wy60
${INSTALL_DATA} ${WRKSRC}/wy60.rc ${PREFIX}/share/examples/wy60/
.include <bsd.port.mk>