openbsd-ports/graphics/pstoedit/Makefile

38 lines
807 B
Makefile
Raw Normal View History

2010-11-17 03:05:12 -05:00
# $OpenBSD: Makefile,v 1.11 2010/11/17 08:05:15 espie Exp $
COMMENT= translate PostScript/PDF graphics to other vector formats
2010-07-22 15:44:07 -04:00
DISTNAME= pstoedit-3.50
SHARED_LIBS= pstoedit 2.0
CATEGORIES= graphics
HOMEPAGE= http://www.pstoedit.net/
2005-12-26 08:37:55 -05:00
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/}
2010-11-17 03:05:12 -05:00
RUN_DEPENDS= print/ghostscript/gnu
BUILD_DEPENDS= ${RUN_DEPENDS}
USE_LIBTOOL= Yes
2010-10-18 14:13:12 -04:00
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--without-libplot \
--without-emf \
--without-swf \
--without-magick
WANTLIB= c stdc++ m
post-install:
2006-03-11 21:31:16 -05:00
${INSTALL_MAN} ${WRKSRC}/doc/pstoedit.1 ${PREFIX}/man/man1
.include <bsd.port.mk>