openbsd-ports/graphics/pstoedit/Makefile
ajacoutot 5290649621 CPPFLAGS and LDFLAGS are not needed; this will also prevent picking up
libgd if it's around at configure time.
2022-11-10 10:35:12 +00:00

37 lines
713 B
Makefile

COMMENT= translate PostScript/PDF graphics to other vector formats
DISTNAME= pstoedit-3.78
SHARED_LIBS= pstoedit 3.0
CATEGORIES= graphics
HOMEPAGE= http://www.pstoedit.net/
MAINTAINER= Steven Mestdagh <steven@openbsd.org>
# GPL
PERMIT_PACKAGE= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pstoedit/}
RUN_DEPENDS= print/ghostscript/gnu
BUILD_DEPENDS= ${RUN_DEPENDS}
USE_GMAKE= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --without-libplot \
--without-emf \
--without-swf \
--without-magick \
--without-pptx \
--disable-docs
WANTLIB= c ${COMPILER_LIBCXX} m
# c++14
COMPILER = base-clang ports-gcc
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/pstoedit.1 ${PREFIX}/man/man1
.include <bsd.port.mk>