openbsd-ports/graphics/pstoedit/Makefile
naddy 56f09f90e9 Import pstoedit 3.40.
From: Steven Mestdagh <steven.mestdagh@esat.kuleuven.be>.

pstoedit translates PostScript and PDF graphics into other vector
formats.
2005-08-04 17:05:22 +00:00

36 lines
792 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/08/04 17:05:22 naddy Exp $
COMMENT= "translate PostScript/PDF graphics to other vector formats"
DISTNAME= pstoedit-3.40
CATEGORIES= graphics
HOMEPAGE= http://www.pstoedit.net/
MAINTAINER= Steven Mestdagh <steven.mestdagh@esat.kuleuven.be>
# 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
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--without-libplot \
--without-emf \
--without-swf \
--without-magick
WANTLIB= c stdc++ m
post-install:
cd ${WRKSRC}/doc && ${INSTALL_MAN} pstoedit.1 ${PREFIX}/man/man1
.include <bsd.port.mk>