Makefile 645 B

1234567891011121314151617181920212223242526272829303132333435
  1. # $OpenBSD: Makefile,v 1.45 2016/04/27 18:06:59 ajacoutot Exp $
  2. COMMENT= converts GIF images to the PNG format
  3. DISTNAME= gif2png-2.5.11
  4. CATEGORIES= graphics
  5. HOMEPAGE= http://www.catb.org/~esr/gif2png/
  6. # BSD
  7. PERMIT_PACKAGE_CDROM= Yes
  8. WANTLIB += c m png z
  9. MODULES= lang/python
  10. MODPY_BUILDDEP= No
  11. MODPY_ADJ_FILES= web2png
  12. MASTER_SITES= http://www.catb.org/~esr/gif2png/
  13. LIB_DEPENDS= graphics/png
  14. USE_GMAKE= Yes
  15. # we don't want the lang/python configure dance
  16. CONFIGURE_STYLE= none
  17. CFLAGS += -I${LOCALBASE}/include
  18. MAKE_FLAGS= LDFLAGS="-L${LOCALBASE}/lib" \
  19. prefix=${WRKINST}${PREFIX}
  20. NO_TEST= Yes
  21. .include <bsd.port.mk>