Makefile 462 B

1234567891011121314151617181920212223242526
  1. # $OpenBSD: Makefile,v 1.3 2017/05/30 10:26:07 anton Exp $
  2. COMMENT = fuzzy select anything
  3. V = 1.6.1
  4. DISTNAME = pick-${V}
  5. REVISION = 0
  6. CATEGORIES = sysutils
  7. HOMEPAGE = https://github.com/calleerlandsson/pick
  8. MAINTAINER = Anton Lindqvist <anton@openbsd.org>
  9. # MIT
  10. PERMIT_PACKAGE_CDROM = Yes
  11. # uses pledge()
  12. WANTLIB += c curses
  13. MASTER_SITES = https://github.com/calleerlandsson/pick/releases/download/v${V}/
  14. CONFIGURE_STYLE = gnu
  15. .include <bsd.port.mk>