Makefile 403 B

12345678910111213141516171819202122232425
  1. # $OpenBSD: Makefile,v 1.7 2017/04/24 07:11:17 fcambus Exp $
  2. COMMENT = ansi and ascii art to png converter
  3. GH_ACCOUNT = ansilove
  4. GH_PROJECT = ansilove
  5. GH_TAGNAME = 3.0.6
  6. CATEGORIES = graphics
  7. MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
  8. # BSD
  9. PERMIT_PACKAGE_CDROM = Yes
  10. # uses pledge()
  11. WANTLIB = c m gd
  12. LIB_DEPENDS = graphics/gd
  13. MODULES = devel/cmake
  14. NO_TEST = Yes
  15. .include <bsd.port.mk>