Makefile 667 B

123456789101112131415161718192021222324252627282930313233343536
  1. # $OpenBSD: Makefile,v 1.47 2017/05/15 19:56:03 rsadowski Exp $
  2. COMMENT = module to interface with the GD graphics library
  3. DISTNAME = GD-2.56
  4. CATEGORIES = graphics
  5. REVISION = 0
  6. # perl
  7. PERMIT_PACKAGE_CDROM = Yes
  8. WANTLIB += c fontconfig freetype gd iconv jpeg m perl png tiff webp z
  9. LIB_DEPENDS = converters/libiconv \
  10. graphics/gd
  11. MODULES = cpan
  12. CONFIGURE_STYLE = modbuild
  13. MODCPAN_EXAMPLES = Yes
  14. MODCPAN_EXAMPLES_DIST = demos
  15. post-extract:
  16. chmod o+w ${WRKSRC}/bdf_scripts/bdf2gdfont.pl
  17. post-install:
  18. cd ${PREFIX} && rm -f \
  19. bin/README \
  20. bin/bdf2gdfont.PLS \
  21. bin/bdftogd \
  22. bin/cvtbdf.pl \
  23. man/man1/bdf2gdfont.PLS.1
  24. .include <bsd.port.mk>