2002-09-07 17:59:03 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2002/09/07 21:59:03 naddy Exp $
|
2002-06-12 09:16:39 -04:00
|
|
|
|
|
|
|
COMMENT= "curses-based emulator for the Wyse 60 terminal"
|
|
|
|
|
2002-09-07 17:59:03 -04:00
|
|
|
DISTNAME= wy60-2.0.4
|
2002-06-12 09:16:39 -04:00
|
|
|
CATEGORIES= comms
|
|
|
|
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>
|