Makefile 383 B

1234567891011121314151617181920212223
  1. # $OpenBSD: Makefile,v 1.10 2017/04/05 14:39:39 ajacoutot Exp $
  2. COMMENT= tool for building machine images
  3. GH_TAGNAME= v1.0.0
  4. GH_ACCOUNT= mitchellh
  5. GH_PROJECT= packer
  6. CATEGORIES= sysutils
  7. HOMEPAGE= http://www.packer.io
  8. MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
  9. # MPLv2
  10. PERMIT_PACKAGE_CDROM= Yes
  11. WANTLIB += c pthread
  12. MODULES= lang/go
  13. .include <bsd.port.mk>