Makefile 439 B

123456789101112131415161718192021222324
  1. # $OpenBSD: Makefile,v 1.3 2017/05/15 15:10:27 rsadowski Exp $
  2. COMMENT = rc file (dotfile) management
  3. DISTNAME = rcm-1.3.1
  4. CATEGORIES = sysutils
  5. HOMEPAGE = https://thoughtbot.github.io/rcm/
  6. MAINTAINER = Mike Burns <mike+openbsd@mike-burns.com>
  7. # BSD
  8. PERMIT_PACKAGE_CDROM = Yes
  9. MASTER_SITES = https://thoughtbot.github.io/rcm/dist/
  10. CONFIGURE_STYLE = gnu
  11. # XXX The test suite uses cram.
  12. NO_TEST = Yes
  13. .include <bsd.port.mk>