Makefile 382 B

12345678910111213141516171819
  1. # $OpenBSD: Makefile,v 1.14 2014/08/25 19:19:09 ajacoutot Exp $
  2. COMMENT = encoding files for poppler
  3. DISTNAME = poppler-data-0.4.7
  4. CATEGORIES = print
  5. HOMEPAGE = http://poppler.freedesktop.org/
  6. # Mixture of GPL2 and MIT and something similar to BSD4
  7. PERMIT_PACKAGE_CDROM = Yes
  8. MASTER_SITES = ${HOMEPAGE}
  9. PKG_ARCH = *
  10. NO_BUILD = Yes
  11. NO_TEST = Yes
  12. .include <bsd.port.mk>