Makefile 822 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # $OpenBSD: Makefile,v 1.29 2016/03/11 20:28:26 naddy Exp $
  2. COMMENT= WMF handling and conversion library
  3. DISTNAME= libwmf-0.2.8.4
  4. REVISION= 4
  5. SHARED_LIBS= wmf 8.0 \
  6. wmf-0.2 8.0 \
  7. wmflite 7.1 \
  8. wmflite-0.2 7.1
  9. CATEGORIES= graphics devel
  10. HOMEPAGE= http://wvware.sf.net/
  11. MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
  12. # GPLv2+
  13. PERMIT_PACKAGE_CDROM= Yes
  14. WANTLIB += X11 c expat freetype m xcb z jpeg png Xau Xdmcp pthread-stubs
  15. MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wvware/}
  16. LIB_DEPENDS= graphics/jpeg \
  17. graphics/png
  18. CONFIGURE_STYLE= gnu
  19. CONFIGURE_ARGS= --with-png=${LOCALBASE} \
  20. --with-freetype=${X11BASE} \
  21. --with-jpeg=${LOCALBASE} \
  22. --with-zlib=/usr \
  23. --with-gsfontdir=${LOCALBASE}/share/fonts/ghostscript \
  24. --disable-gd
  25. CONFIGURE_ENV= PKG_CONFIG="/usr/bin/false"
  26. .include <bsd.port.mk>