2006-01-13 19:07:28 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2006/01/14 00:07:30 espie Exp $
|
2005-08-04 13:05:22 -04:00
|
|
|
|
|
|
|
COMMENT= "translate PostScript/PDF graphics to other vector formats"
|
|
|
|
|
2005-09-25 18:46:21 -04:00
|
|
|
DISTNAME= pstoedit-3.42
|
2006-01-13 19:07:28 -05:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
|
|
|
SHARED_LIBS= pstoedit 1.0
|
2005-08-04 13:05:22 -04:00
|
|
|
CATEGORIES= graphics
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.pstoedit.net/
|
|
|
|
|
2005-12-26 08:37:55 -05:00
|
|
|
MAINTAINER= Steven Mestdagh <steven@openbsd.org>
|
2005-08-04 13:05:22 -04:00
|
|
|
|
|
|
|
# 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>
|