Makefile 506 B

12345678910111213141516171819202122232425
  1. # $OpenBSD: Makefile,v 1.7 2017/04/10 11:46:23 sthen Exp $
  2. COMMENT= xml2swf and swf2xml processor with import functionalities
  3. DISTNAME= swfmill-0.3.3
  4. CATEGORIES= multimedia
  5. MASTER_SITES= ${HOMEPAGE}releases/
  6. HOMEPAGE= http://swfmill.org/
  7. # GPLv2
  8. PERMIT_PACKAGE_CDROM= Yes
  9. WANTLIB += c exslt freetype gcrypt gpg-error lzma m png pthread ${LIBCXX}
  10. WANTLIB += xml2 xslt z
  11. MODULES= devel/gettext
  12. LIB_DEPENDS= graphics/png \
  13. textproc/libxslt
  14. USE_GMAKE= Yes
  15. CONFIGURE_STYLE= gnu
  16. .include <bsd.port.mk>