openbsd-ports/comms/wy60/Makefile
naddy 1e975126b9 Import wy60 2.0.2:
A curses-based emulator for the Wyse 60 terminal.
2002-06-12 13:16:39 +00:00

28 lines
602 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2002/06/12 13:16:39 naddy Exp $
COMMENT= "curses-based emulator for the Wyse 60 terminal"
DISTNAME= wy60-2.0.2
CATEGORIES= comms
NEED_VERSION= 1.531
HOMEPAGE= http://gutschke.com/wy60/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}html/archive/
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>