Makefile 690 B

123456789101112131415161718192021222324252627282930313233
  1. # $OpenBSD: Makefile,v 1.21 2017/05/09 14:51:11 schwarze Exp $
  2. COMMENT= translate PostScript/PDF graphics to other vector formats
  3. DISTNAME= pstoedit-3.70
  4. REVISION= 1
  5. SHARED_LIBS= pstoedit 3.0
  6. CATEGORIES= graphics
  7. HOMEPAGE= http://www.pstoedit.net/
  8. MAINTAINER= Steven Mestdagh <steven@openbsd.org>
  9. # GPL
  10. PERMIT_PACKAGE_CDROM= Yes
  11. MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pstoedit/}
  12. RUN_DEPENDS= print/ghostscript/gnu
  13. BUILD_DEPENDS= ${RUN_DEPENDS}
  14. CONFIGURE_STYLE=gnu
  15. CONFIGURE_ARGS= --without-libplot \
  16. --without-emf \
  17. --without-swf \
  18. --without-magick
  19. WANTLIB= c ${LIBCXX} m
  20. post-install:
  21. ${INSTALL_MAN} ${WRKSRC}/doc/pstoedit.1 ${PREFIX}/man/man1
  22. .include <bsd.port.mk>