28 lines
613 B
Makefile
28 lines
613 B
Makefile
# $OpenBSD: Makefile,v 1.10 2011/11/14 19:33:34 naddy Exp $
|
|
|
|
COMMENT= curses-based emulator for the Wyse 60 terminal
|
|
|
|
DISTNAME= wy60-2.0.9
|
|
CATEGORIES= comms
|
|
HOMEPAGE= https://code.google.com/p/wy60/
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
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>
|