diff options
author | linimon <linimon@FreeBSD.org> | 2004-02-08 17:16:30 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-02-08 17:16:30 +0800 |
commit | 5051da26de9421da562c194c6ae4b98e7f1c29b4 (patch) | |
tree | 790909d52f562d969537367511505b4cb4b9b12d /graphics | |
parent | 2ff667ae815b9c0cd6c6c7f155b460e3e6d4d432 (diff) | |
download | freebsd-ports-gnome-5051da26de9421da562c194c6ae4b98e7f1c29b4.tar.gz freebsd-ports-gnome-5051da26de9421da562c194c6ae4b98e7f1c29b4.tar.zst freebsd-ports-gnome-5051da26de9421da562c194c6ae4b98e7f1c29b4.zip |
The EMF/WMF backend has been supported by pstoedit since version 3.32,
so enable it.
PR: ports/62223
Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pstoedit/Makefile | 6 | ||||
-rw-r--r-- | graphics/pstoedit/pkg-plist | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 5ba056e22e53..3f336a10d79d 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -7,7 +7,7 @@ PORTNAME= pstoedit PORTVERSION= 3.33 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics print MASTER_SITES= http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/ @@ -18,12 +18,14 @@ USE_GHOSTSCRIPT= yes LIB_DEPENDS= Magick++.6:${PORTSDIR}/graphics/ImageMagick \ ming.3:${PORTSDIR}/graphics/ming \ - plotter.4:${PORTSDIR}/graphics/plotutils + plotter.4:${PORTSDIR}/graphics/plotutils \ + EMF.1:${PORTSDIR}/graphics/libemf USE_GNOME= gnometarget pkgconfig USE_LIBTOOL= yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS+= --with-libemf-include=${LOCALBASE}/include/libEMF INSTALLS_SHLIB= yes MAN1= pstoedit.1 diff --git a/graphics/pstoedit/pkg-plist b/graphics/pstoedit/pkg-plist index 54e971c34af5..42a45582cd09 100644 --- a/graphics/pstoedit/pkg-plist +++ b/graphics/pstoedit/pkg-plist @@ -27,6 +27,9 @@ lib/pstoedit/libp2edrvstd.so.0 lib/pstoedit/libp2edrvswf.a lib/pstoedit/libp2edrvswf.so lib/pstoedit/libp2edrvswf.so.0 +lib/pstoedit/libp2edrvwmf.a +lib/pstoedit/libp2edrvwmf.so +lib/pstoedit/libp2edrvwmf.so.0 libdata/pkgconfig/pstoedit.pc share/aclocal/pstoedit.m4 %%PORTDOCS%%%%DOCSDIR%%/changelog.htm |