openbsd-ports/graphics/pstoedit/Makefile
2010-10-18 18:13:12 +00:00

38 lines
809 B
Makefile

# $OpenBSD: Makefile,v 1.10 2010/10/18 18:13:15 espie Exp $
COMMENT= translate PostScript/PDF graphics to other vector formats
DISTNAME= pstoedit-3.50
SHARED_LIBS= pstoedit 2.0
CATEGORIES= graphics
HOMEPAGE= http://www.pstoedit.net/
MAINTAINER= Steven Mestdagh <steven@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pstoedit/}
RUN_DEPENDS= ::print/ghostscript/gnu
BUILD_DEPENDS= ${RUN_DEPENDS}
USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--without-libplot \
--without-emf \
--without-swf \
--without-magick
WANTLIB= c stdc++ m
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/pstoedit.1 ${PREFIX}/man/man1
.include <bsd.port.mk>