Makefile 572 B

123456789101112131415161718192021222324252627
  1. # $OpenBSD: Makefile,v 1.13 2016/10/01 11:54:14 naddy Exp $
  2. COMMENT= curses-based emulator for the Wyse 60 terminal
  3. DISTNAME= wy60-2.0.9
  4. REVISION= 0
  5. CATEGORIES= comms
  6. HOMEPAGE= https://code.google.com/p/wy60/
  7. MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
  8. # GPLv2+
  9. PERMIT_PACKAGE_CDROM= Yes
  10. MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=wy60/}
  11. WANTLIB= c curses
  12. AUTOCONF_VERSION=2.61
  13. CONFIGURE_STYLE=autoconf
  14. post-install:
  15. ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/wy60
  16. ${INSTALL_DATA} ${WRKSRC}/wy60.rc ${PREFIX}/share/examples/wy60/
  17. .include <bsd.port.mk>