Makefile 348 B

12345678910111213141516171819
  1. # $OpenBSD: Makefile,v 1.22 2017/05/15 18:41:30 schwarze Exp $
  2. COMMENT= emulator for US Robotics Pilot PDA
  3. DISTNAME= xcopilot-0.6.6
  4. REVISION= 2
  5. CATEGORIES= emulators
  6. # GPL
  7. PERMIT_PACKAGE_CDROM= Yes
  8. WANTLIB= ICE SM X11 Xext Xpm Xt c pthread-stubs xcb
  9. MASTER_SITES= http://xcopilot.cuspy.com/build/
  10. CONFIGURE_STYLE=gnu
  11. .include <bsd.port.mk>