Makefile 447 B

12345678910111213141516171819202122
  1. # $OpenBSD: Makefile,v 1.9 2016/08/31 20:43:59 ajacoutot Exp $
  2. COMMENT= color targets from vendors for color calibration
  3. DISTNAME= shared-color-targets-0.1.7
  4. EXTRACT_SUFX= .tar.xz
  5. CATEGORIES= graphics
  6. HOMEPAGE= https://github.com/hughsie/shared-color-targets
  7. # GPLv2, public domain, CC-BY-SA
  8. PERMIT_PACKAGE_CDROM= Yes
  9. MASTER_SITES= http://people.freedesktop.org/~hughsient/releases/
  10. PKG_ARCH= *
  11. CONFIGURE_STYLE=gnu
  12. .include <bsd.port.mk>